Question 131

What resource dependency information is stored in Terraform's state?
  • Question 132

    When using Terraform in a team it is important for everyone to be working with the same state so that operations will be applied to the same remote objects. Which of the below option is a recommended solution for this?
  • Question 133

    Which parameters does terraform import require? Choose two correct answers.
  • Question 134

    The following is a snippet from a Terraform configuration file:
    Which, when validated, results in the following error:
    Fill in the blank in the error message with the correct string from the list below.
  • Question 135

    Why would you use the terraform taint command?