Question 1

Which of the following challenges would Terraform be a candidate for solving? (Select THREE)
  • Question 2

    You're building a CI/CD (continuous integration/ continuous delivery) pipeline and need to inject sensitive variables into your Terraform run.
    How can you do this safely?
  • Question 3

    Only the user that generated a plan may apply it.
  • Question 4

    After running into issues with Terraform, you need to enable verbose logging to assist with troubleshooting the error. Which of the following values provides the MOST verbose logging?
  • Question 5

    In Terraform 0.13 and above, outside of the required_providers block, Terraform configurations always refer to providers by their local names.