HashiCorpBeginnerHashiCorpTerraformInfrastructure as CodeTerraform 1.12
HashiCorp Certified: Terraform Associate (004)
TA-004
The HashiCorp Certified: Terraform Associate (004) exam validates foundational Terraform knowledge for cloud engineers, including configuration, state, modules, providers, workflows, and HCP Terraform capabilities. Practice with questions aligned to the current Terraform 1.12 exam generation.
Take a timed, 57-question mock exam that simulates the real test — or browse every question with answers and explanations at your own pace.
Questions
View all →- 1What is an advantage of immutable infrastructure?
- 2Your team adopts an AWS CloudFormation as the standardized method for provisioning public cloud resources. Which scenario presents a challenge for your team?
- 3Which command lets you experiment with Terraform expressions?
- 4You can install Community/Partner plugins using terraform init.
- 5What functionality do providers offer in Terraform? (Choose three.)
- 6Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
- 7A resource block is shown in the Exhibit space of this page. resource “aws_vpc” “main” { name = “test” } What is the provider for this resource?
- 8Terraform providers are always installed from the internet.
- 9You need to determine from which paths Terraform is loading the providers referenced in your *.tf files. How can you enable additional logging to see this information?
- 10Which of these is stored in the .terraform directory?