HashiCorp Terraform-Associate-003 - HashiCorp Certified: Terraform Associate (003) (HCTA0-003)
Total 226 questions
When using Terraform to deploy resources into Azure, which scenarios are true regarding state files? (Choose two.)
Which command(s) adds existing resources in a public cloud into Terraform state?
What does this code do?
terraform { required_providers { aws = ">= 3.0" }}
Terraform providers are part of the Terraform core binary.
Which of these ate secure options for storing secrets for connecting to a Terraform remote backend? Choose two correct answers.
All modules published on the official Terraform Module Registry have been verified by HasihCorp.
What feature stops multiple users from operating on the Terraform state at the same time?
You want to define multiple data disks as nested blocks inside the resource block for a virtual machine. What Terraform feature would help you define the blocks using the values in a variable?
Your DevOps team is currently using the local backend for your Terraform configuration. You would like to move to a remote backend to store the state file in a central location. Which of the following backends would not work?
Which of these are features of HCP Terraform/Terraform Cloud? (Pick the 2 correct responses)