Terraform-Associate-003 Exam Question 56

You want to define multiple data disks as nested blocks inside the resource block for a virtual machine. What Terraform feature would help you define the blocks using the values in a variable?
  • Terraform-Associate-003 Exam Question 57

    A developer accidentally launched a VM (virtual machine) outside of the Terraform workflow and ended up with two servers with the same name. They don't know which VM Terraform manages but do have a list of all active VM IDs.
    Which of the following methods could you use to discover which instance Terraform manages?
  • Terraform-Associate-003 Exam Question 58

    Which of the following is not a valid source path for specifying a module?
  • Terraform-Associate-003 Exam Question 59

    You used Terraform to create an ephemeral development environment in the cloud and are now ready to destroy all the infrastructure described by your Terraform configuration. To be safe, you would like to first see all the infrastructure that Terraform will delete.
    Which command should you use to show all the resources that will be deleted? (Pick the 2 correct responses)
  • Terraform-Associate-003 Exam Question 60

    You should run terraform fnt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions.