Question 61

terraform validate confirms that your infrastructure matches the Terraform state file.
  • Question 62

    A developer on your team is going lo leaf down an existing deployment managed by Terraform and deploy a new one. However, there is a server resource named aws instant.ubuntu[l] they would like to keep. What command should they use to tell Terraform to stop managing that specific resource?
  • Question 63

    You can configure Terraform to log to a file using the TF_LOG environment variable.
  • Question 64

    How is terraform import run?
  • Question 65

    Which of these ate secure options for storing secrets for connecting to a Terraform remote backend? Choose two correct answers.