Which of the following does terraform apply change after you approve the execution plan? (Choose two.)
You can configure Terraform to log to a file using the TF_LOG environment variable.
When does Sentinel enforce policy logic during a Terraform Cloud run?
When you run terraform apply, the Terraform CLI will print output values from both the root module and any child modules.
Changing the Terraform backend from the default "local" backend to a different one after performing your first terrafom apply is:
While attempting to deploy resources into your cloud provider using Terraform, you begin to see some odd behavior and experience slow responses. In order to troubleshoot you decide to turn on Terraform debugging. Which environment variables must be configured to make Terraform's logging more verbose?
Which method for sharing Terraform modules fulfills the following criteria:
Keeps the module configurations confidential within your organization.
Supports Terraform's semantic version constraints.
Provides a browsable directory of your modules.
You've used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine instance with an identical one without affecting the database. What is the best way to achieve this using Terraform?
What does terraform import do?
A senior admin accidentally deleted some of your cloud instances. What will Terraform do when you run terraform apply?