HashiCorp Terraform-Associate-003 - HashiCorp Certified: Terraform Associate (003) (HCTA0-003)
Total 253 questions
Which of the following is true about terraform apply?(Pick 2 correct responses)
Terraform encrypts sensitive values stored in your state file.
The Terraform binary version and provider versions must match each other in a single configuration.
Which provider authentication method prevents credentials from being stored in the state file?
Once you configure a new Terraform backend with a terraform code block, which command(s) should you use to migrate the state file?
Which of the following does terraform apply change after you approve the execution plan? (Choose two.)
You created infrastructure outside the Terraform workflow that you now want to manage using Terraform. Which command brings the infrastructure into Terraform state?
You are tasked with making a change to an infrastructure stack running in a public cloud using HCP Terraform/Terraform Cloud. Which pattern follows IaC best practices?
Parent modules can always access a child module's variable values.
Module version is required to reference a module on the Terraform Module Registry.
