Question 31

When using a module block to reference a module stored on the public Terraform Module Registry such as:

How do you specify version 1.0.0?
  • Question 32

    Taint the resource "aws_instance" "baz" resource that lives in module bar which lives in module foo.
  • Question 33

    Terraform must track metadata such as resource dependencies. Where is this data stored?
  • Question 34

    What features stops multiple admins from changing the Terraform state at the same time?
  • Question 35

    terraform init initializes a sample main.tf file in the current directory.