You have developed a new cloud-based service that uses proprietary APIs and want to use Terraform to create, manage, and delete users from the service. How can Terraform interact with the service?
When you initialize Terraform, where does it cache modules from the public Terraform Registry?
Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
What is the Terraform style convention for indenting a nesting level compared to the one above it?
Your root module contains a variable namednum_servers. Which is the correct way to pass its value to a child module with an input namedservers?
terraform apply will fail if you have not run terraform plan first to update the plan output.
How does Terraform manage most dependencies between resources?
Which of these actions are forbidden when the Terraform state file is locked? (Pick the 3 correct responses)
Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.
Which command should you run to check if all code in a Terraform configuration that references multiple modules is properly formatted without making changes?