When you initialize Terraform, where does it cache modules from the public Terraform Registry?
How can terraform plan aid in the development process?
Which provider authentication method prevents credentials from being stored in the state file?
If a module declares a variable without a default value, you must pass the value of the variable within the module block when you call the module in your configuration.
terraform apply will fail if you have not run terraform plan first to update the plan output.
Which backend does the Terraform CU use by default?
You add a new resource to an existing Terraform configuration, but do not update the version constraint in the configuration. The existing and new resources use the same provider. The working contains a .terraform.lock, hc1 file.
How will Terraform choose which version of the provider to use?
Which command must you first run before performing further Terraform operations in a working directory?
When do changes invoked by terraform apply take effect?