HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 366 questions
When you run terraform apply -refresh-only, which of the following is not consulted by Terraform to update the state file?
Which of the following is not a valid source path for specifying a module?
When you use a remote backend that needs authentication, HashiCorp recommends that you:
You are creating a reusable Terraform configuration and want to include an optional billing_dept tag so your Finance team can track team-specific spending on resources. Which of the following billing_dept variable declarations will achieve this?
terraform destroy is the only way to remove infrastructure with Terraform.
If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.
Where does HashiCorp recommend you store API tokens and other secrets within your team’s Terraform workspaces?
Pick the three correct responses below.
terraform validate confirms that your infrastructure matches the Terraform state file.
Which of the following should you add in the required_providers block to define a provider version constraint?
How would you reference the volume IDs associated with the ebs_block_device blocks in this configuration?

