Which of the following is availableonlyinHCP Terraform workspacesandnot in Terraform CLI?
If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.
A developer launched a VM outside of the Terraform workflow and ended up with two servers with the same name. They are unsure which VM is managed with Terraform, but they do have a list of all active VM IDs. Which method could you use to determine which instance Terraform manages?
Where in your Terraform configuration do you specify a state backend?
How could you reference an attribute from the vsphere_datacenter data source for use with the datacenter_id argument within the vsphere_folder resource in the following configuration?
Infrastructure as Code (laC) can be stored in a version control system along with application code.
It is best practice to store secret data in the same version control repository as your Terraform configuration.
Which of the following isnotan advantage of using Infrastructure as Code (IaC) operations?
Which of the following is not a valid string function in Terraform?
You can access state stored with the local backend by using terraform_remote_state data source.