What type of information can be found on the Terraform Registry when using published modules?
Which of the following is not a valid string function in Terraform?
Which of these actions are forbidden when the Terraform state file is locked? (Pick the 3 correct responses)
What are some benefits of using Sentinel with Terraform Cloud/Terraform Cloud? Choose three correct answers.
When you initialize Terraform, where does it cache modules from the public Terraform Registry?
It is best practice to store secret data in the same version control repository as your Terraform configuration.
A developer accidentally launched a VM (virtual machine) outside of the Terraform workflow and ended up with two servers with the same name. They don't know which VM Terraform manages but do have a list of all active VM IDs.
Which of the following methods could you use to discover which instance Terraform manages?
When you use a remote backend that needs authentication, HashiCorp recommends that you:
Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
What is a Terraform provider not responsible for?