Question 16

Which Terraform collection type should you use to store key/value pairs?
  • Question 17

    You would like to reuse the same Terraform configuration for your development and production environments with a different state file for each.
    Which command would you use?
  • Question 18

    Where can Terraform not load a provider from?
  • Question 19

    You have never used Terraform before and would like to test it out using a shared team account for a cloud provider. The shared team account already contains 15 virtual machines (VM). You develop a Terraform configuration containing one VM, perform terraform apply, and see that your VM was created successfully.
    What should you do to delete the newly-created VM with Terraform?
  • Question 20

    Which of the following does terraform apply change after you approve the execution plan? Choose two correct answers.