terraform init creates an example main.tf file in the current directory.
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?
You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string.
Which variable type could you use for this input?
_______backends support state locking.
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.
Which of the following is not a way to trigger terraform destroy?
Where can Terraform not load a provider from?
Which of the following commands would you use to access all of the attributes and details of a resource managed by Terraform?
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?