Terraform-Associate-003 Exam Question 16

Your root module contains a variable namednum_servers. Which is the correct way to pass its value to a child module with an input namedservers?
  • Terraform-Associate-003 Exam Question 17

    When does Terraform create the .terraform.lock.hc1 file?
  • Terraform-Associate-003 Exam Question 18

    When you include a module block in your configuration that references a module from the Terraform Registry, the "version" attribute is required.
  • Terraform-Associate-003 Exam Question 19

    You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
  • Terraform-Associate-003 Exam Question 20

    Which of the following is not a way to trigger terraform destroy?