HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 11
List of questions
Question 101
What information does the public Terraform Module Registry automatically expose about published modules?
Question 102
You must use different Terraform commands depending on the cloud provider you use.
Question 103
As a member of an operations team that uses infrastructure as code (lac) practices, you are tasked with making a change to an infrastructure stack running in a public cloud. Which pattern would follow laC best practices for making a change?
Question 104
You ate making changes to existing Terraform code to add some new infrastructure. When is the best time to run terraform validate?
Question 105
How would you reference the volume IDs associated with the ebs_block_device blocks in this configuration?
Question 106
Which command should you run to check if all code in a Terraform configuration that references multiple modules is properly formatted without making changes?
Question 107
What kind of configuration block will create an infrastructure object with settings specified within the block?
Question 108
What is the Terraform style convention for indenting a nesting level compared to the one above it?
Question 109
You have never used Terraform before and would like to test it out using a shared team account for a cloud provider. The shared team account already contains 15 virtual machines (VM). You develop a Terraform configuration containing one VM. perform terraform apply, and see that your VM was created successfully. What should you do to delete the newly-created VM with Terraform?
Question 110
When do changes invoked by terraform apply take effect?
Question