HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 366 questions
Why is it considered important to treat your Terraform state file as sensitive?
Your risk management organization requires that new AWS S3 buckets must be private and encrypted at rest. How can Terraform Cloud automatically and proactively enforce this security control?
How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?
A resource block is shown in the Exhibit section of this page. How would you reference the attribute name of this resource in HCL?
You ' re writing a Terraform configuration that needs to read input from a local file called id_rsa.pub. Which built-in Terraform function can you use to import the file ' s contents as a string?
What task does the terraform import command perform?
If you don’t use the local Terraform backend, where else can Terraform save resource state?
You have a simple Terraform configuration containing one VM (virtual machine) in a cloud provider. You run terraform apply and the VM is created successfully. What will happen if you run terraform apply again immediately afterwards without changing any Terraform code?
Infrastructure as Code (laC) can be stored in a version control system along with application code.
When you use a backend that requires authentication, it is best practice to:
