You have developed a new service that runs on Azure and uses proprietary APIs. You want to use Terraform to create, manage, and delete users from the service.
How can Terraform interact with the service?
Answer : C
terraform init creates an example main.tf file in the current directory.
Answer : B
Which command must you run before you run a plan or apply for the first time?
Answer : D
As a developer, you want to ensure your plugins are up-to-date with the latest versions.
Which Terraform command should you use?
Answer : C
What does terraform apply change after you approve the execution plan? (Choose two.)
Answer : AB
You modified your local Terraform configuration and ran terraform plan to review the changes. Simultaneously, your teammate manually modified the infrastructure component you are working on.
Since you already ran terraform plan locally, the execution plan for terraform apply will be the same.
Answer : B
Which is the correct workflow for deploying new infrastructure with Terraform?
Answer : B
After creating a new Terraform configuration, your config passes terraform validate but gives an “Access Denied” error from the cloud provider when running terraform plan.
Why didn’t validate catch this issue?
Answer : C
Only the user that generated a terraform plan may apply it.
Answer : B
terraform apply will fail if you have not run terraform plan first to update the plan output.
Answer : B
What’s the proper syntax for the plan command?
Answer : C
Which is true about terraform apply? (Choose two.)
Answer : AC
Which syntax check returns an error when you run terraform validate?
Answer : B
What is the purpose of the .terraform directory in a Terraform workspace?
Answer : A
How can terraform plan aid in the development process?
Answer : A
Have any questions or issues ? Please dont hesitate to contact us