What does Terraform use the .terraform.lock.hc1 file for?
When you run terraform apply, the Terraform CLI will print output values from both the root module and any child modules.
Which task does terraform init not perform?
Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files. How can you protect that data?
A Terraform backend determines how Terraform loads state and stores updates when you execute which command?
Which parameters does terraform import require? Choose two correct answers.
When you include a module block in your configuration that references a module from the Terraform Registry, the "version" attribute is required.
You have to initialize a Terraform backend before it can be configured.
When does Sentinel enforce policy logic during a Terraform Cloud run?
How does Terraform determine dependencies between resources?