Terraform-Associate-003 Exam Question 11

You have deployed a new webapp with a public IP address on a cloud provider. However, you did not create any outputs for your code. What is the best method to quickly find the IP address of the resource you deployed?
  • Terraform-Associate-003 Exam Question 12

    You add a new provider to your configuration and immediately run terraform apply in the CD using the local backend. Why does the apply fail?
  • Terraform-Associate-003 Exam Question 13

    Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
  • Terraform-Associate-003 Exam Question 14

    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?
  • Terraform-Associate-003 Exam Question 15

    Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.