Question 31

Select the command that doesn't cause Terraform to refresh its state.
  • Question 32

    What does state looking accomplish?
  • Question 33

    You are writing a child Terraform module that provisions an AWS instance. You want to reference the IP address returned by the child module in the root configuration. You name the instance resource "main'.
    Which of these is the correct way to define the output value?
    A)
    B)
    C)
    D)
  • Question 34

    HashiCorp Configuration Language (HCL) supports user-denned functions.
  • Question 35

    When using Terraform to deploy resources into Azure, which scenarios are true regarding state files? (Choose two.)