Plan with Terraform
Explore how to use Terraform plan and show commands to gain finer control over resource creation and inspection. Understand the importance of state files and practice managing local resources through hands-on exercises.
We'll cover the following...
We'll cover the following...
Terraform states are very useful when running Terraform in practice.
The terraform plan and terraform show commands
To look at the terraform plan and terraform show commands, we create a new directory named ltthw_plan and a hello_plan.tf file in it that will manage a local file. We have executed terraform init ...