terraform init creates an example main.tf file in the current directory.
Which is a benefit of the Terraform state file?
You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
You must use different Terraform commands depending on the cloud provider you use.
Which command must you run before you run a plan or apply for the first time?
You have a Terraform configuration that defines a single virtual machine with no references to it, You have run terraform apply to create the resource, and then removed the resource definition from your Terraform configuration file.
What will happen you run terraform apply in the working directory again?
Which of the following isnotan advantage of using Infrastructure as Code (IaC) operations?
You want to know from which paths Terraform is loading providers referenced in your Terraform configuration (* files). You need to enable additional logging messages to find this out. Which of the following would achieve this?
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.
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?