HashiCorp Terraform-Associate-003 - HashiCorp Certified: Terraform Associate (003) (HCTA0-003)
Total 253 questions
Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.
Which command must you first run before performing further Terraform operations in a working directory?
Infrastructure as Code (laC) can be stored in a version control system along with application code.
Which are examples of infrastructure as code? Choose two correct answers.
Which method for sharing Terraform modules fulfills the following criteria:
Keeps the module configurations confidential within your organization.
Supports Terraform's semantic version constraints.
Provides a browsable directory of your modules.
You have provisioned some virtual machines (VMs) on Google Cloud Platform (GCP) using the gcloud command line tool. However, you are standardizing with Terraform and want to manage these VMs using Terraform instead. What are the two things you must do to achieve this? Choose two correct answers.
Terraform configuration can only import modules from the public registry.
What is terraform plan -refresh-only intended to detect?
Which of the following is not a benefit of adopting infrastructure as code?
Where does the Terraform local backend store its state?
