Where can Terraform not load a provider from?
The public Terraform Module Registry is free to use.
Terraform configuration can only call modules from the public registry.
Which statement describes a goal of Infrastructure as Code (IaC)?
A resource block is shown in the Exhibit section of this page. How would you reference the attribute name of this resource in HCL?
When do you need to explicitly execute Terraform in refresh-only mode?
You add a new provider to your configuration and immediately run terraform apply in the CD using the local backend. Why does the apply fail?
The Terraform binary version and provider versions must match each other in a single configuration.