| Exam Name: | HashiCorp Certified: Terraform Associate (004) (HCTA0-004) | ||
| Exam Code: | Terraform-Associate-004 Dumps | ||
| Vendor: | HashiCorp | Certification: | Terraform Associate |
| Questions: | 256 Q&A's | Shared By: | mira |
Which command(s) adds existing resources in a public cloud into Terraform state?
terraform init retrieves and caches the configuration for all remote modules.
You have declared a variable called var.list which is a list of objects that all have an attribute id . Which options will produce a list of the IDs? Choose two correct answers.
You have created a main.tf Terraform configuration consisting of an application server, a database and a load balanced. You ran terraform apply and Terraform created all of the resources successfully.
Now you realize that you do not actually need the load balancer, so you run terraform destroy without any flags. What will happen?