Which of the following should you add in the required_providers block to define a provider version constraint?
You just upgraded the version of a provider in an existing Terraform project. What do you need to do to install the new provider?
Changing the Terraform backend from the default "local" backend to a different one after performing your first terrafom apply is:
What does Terraform not reference when running a terraform apply -refresh-only ?
You want to define multiple data disks as nested blocks inside the resource block for a virtual machine. What Terraform feature would help you define the blocks using the values in a variable?
What type of information can be found on the Terraform Registry when using published modules?