HashiCorp Terraform-Associate-003 - HashiCorp Certified: Terraform Associate (003) (HCTA0-003)
Total 226 questions
Which option cannot be used to keep secrets out of Terraform configuration files?
A module can always refer to all variables declared in its parent module.
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.
Which of the following is not true of Terraform providers?
Once you configure a new Terraform backend with a terraform code block, which command(s) should you use to migrate the state file?
Which of the following isnotan advantage of using Infrastructure as Code (IaC) operations?
Why does this backend configuration not follow best practices?
You can configure Terraform to log to a file using the TF_LOG environment variable.
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 terraform apply again immediately afterward without changing any Terraform code?
Which of the following is not a valid Terraform variable type?