HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 318 questions
Running terraform fmt without any flags in a directory with Terraform configuration files will check the formatting of those files, but will never change their contents.
You can define multiple backend blocks in your Terraform configuration to store your state in multiple locations.
A developer launched a VM outside of the Terraform workflow and ended up with two servers with the same name. They are unsure which VM is managed with Terraform, but they do have a list of all active VM IDs. Which method could you use to determine which instance Terraform manages?
Which task does terraform init not perform?
What feature stops multiple users from operating on the Terraform state at the same time?
Which argument can you set on a module block to prevent Terraform from updating the module’s configuration during an init or get operation?
You need to destroy all of the resources in your Terraform workspace, except for aws_instance.ubuntu[1], which you want to keep. How can you tell Terraform to stop managing that specific resource without destroying it?
Which of the following commands would you use to access all of the attributes and details of a resource managed by Terraform?
Which of the following is not a valid string function in Terraform?
Why would you use the -replace flag for terraform apply?
