HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 359 questions
Terraform providers are part of the Terraform core binary.
You have a simple Terraform configuration containing one virtual machine (VM) in a cloud provider. You run terraform apply and the VM is created successfully.
What will happen if you delete the VM using the cloud provider console, then run terraform apply again without changing any Terraform code?
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?
You ' ve used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine instance with an identical one without affecting the database. What is the best way to achieve this using Terraform?
Running terraform fmt without any flags in a directory with Terraform configuration files will check the formatting of those files, but will never change their contents.
You can define multiple backend blocks in your Terraform configuration to store your state in multiple locations.
Which of the following does HCP Terraform perform during a health assessment for a workspace?
Pick the 2 correct responses below:
Only the user that generated a terraform plan may apply it.
When using Terraform to deploy resources into Azure, which scenarios are true regarding state files? (Choose two.)
Terraform configuration can only call modules from the public registry.
