HashiCorp Terraform Associate 003 HashiCorp Certified: Terraform Associate (003) Online Training
HashiCorp Terraform Associate 003 Online Training
The questions for Terraform Associate 003 were last updated at Sep 07,2025.
- Exam Code: Terraform Associate 003
- Exam Name: HashiCorp Certified: Terraform Associate (003)
- Certification Provider: HashiCorp
- Latest update: Sep 07,2025
When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
- A . Alias
- B . Id
- C . Depends_on
- D . name
You have created a main.tf Terraform configuration consisting of an application server, a database and a load balanced. You ran terraform apply and Terraform created all of the resources successfully. Now you realize that you do not actually need the load balancer, so you run terraform destroy without any flags.
What will happen?
- A . Terraform will prompt you to pick which resource you want to destroy
- B . Terraform will destroy the application server because it is listed first in the code
- C . Terraform will prompt you to confirm that you want to destroy all the infrastructure
- D . Terraform will destroy the main, tf file
- E . Terraform will immediately destroy all the infrastructure
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.
- A . End-users have to request infrastructure changes
- B . Ticket based systems generate a full audit trail of the request and fulfillment process
- C . Users can access catalog of approved resources from drop down list in a request form
- D . The more resources your organization needs, the more tickets your infrastructure team has to process
You have a Terraform configuration that defines a single virtual machine with no references to it, You have run terraform apply to create the resource, and then removed the resource definition from your Terraform configuration file.
What will happen you run terraform apply in the working directory again?
- A . Terraform will remove the virtual machine from the state file, but the resource will still exist
- B . Nothing
- C . Terraform will error
- D . Terraform will destroy the virtual machine