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 have provisioned some virtual machines (VMs) on Google Cloud Platform (GCP) using the gcloud command line tool. However, you are standardizing with Terraform and want to manage these VMs using Terraform instead. What are the two things you must do to achieve this? Choose two correct answers.
Where can Terraform not load a provider from?
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
Which are forbidden actions when the terraform state file is locked? Choose three correct answers.
What Terraform command always causes a state file to be updated with changes that might have been made outside of Terraform?
Which of the following should you put into the required_providers block?