When should you use the force-unlock command?
Terraform variable names are saved in the state file.
Which of the following locations can Terraform use as aprivate sourcefor modules?(Pick 2 correct responses)
Which command should you run to check if all code in a Terraform configuration that references multiple modules is properly formatted without making changes?
You're building a CI/CD (continuous integration/continuous delivery) pipeline and need to inject sensitive variables into your Terraform run. How can you do this safely?
Which provider authentication method prevents credentials from being stored in the state file?
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?
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?
What does terraform destroy do?
As a member of an operations team that uses infrastructure as code (lac) practices, you are tasked with making a change to an infrastructure stack running in a public cloud. Which pattern would follow laC best practices for making a change?