Any user can publish modules to the public Terraform Module Registry.
Which backend does the Terraform CLI use by default?
Terraform configuration can only call modules from the public registry.
What is a key benefit of the Terraform state file?
Which of the following is not a way to trigger terraform destroy?
Which of the following is not a valid source path for specifying a module?
Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.
What is the purpose of state locking in a remote backend?
How could you reference an attribute from the vsphere_datacenter data source for use with the datacenter_id argument within the vsphere_folder resource in the following configuration?
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?