Introduction to Remote Terraform
Explore how to create and manage remote infrastructure resources with Terraform, using providers like AWS. Understand implicit and explicit resource dependencies, graph resources for visualization, and import existing infrastructure into Terraform state to build cloud infrastructure confidently.
We'll cover the following...
We'll cover the following...
What will we learn?
In this lesson, we’ll use Terraform to create resources that are external to our localhost machine. We’ll go over how to create resources on a given provider. That might include a cloud-based provider (we’ll be using Amazon Web Services in our examples) or any other kind of resource accessible via an API that’s supported by Terraform.
In “Remote Terraform,” we’ll cover the following points:
-
In the ...