You’ve updated your Terraform configuration, and you need to preview the proposed changes to your infrastructure. Which command should you run?
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?
Which method for sharing Terraform modules fulfills the following criteria:
Keeps the module configurations confidential within your organization.
Supports Terraform ' s semantic version constraints.
Provides a browsable directory of your modules.
Which of the following should you add in the required_providers block to define a provider version constraint?
By default, if you do not define a backend for your configuration, where does Terraform store information about the resources that it manages?
You ' re writing a Terraform configuration that needs to read input from a local file called id_rsa.pub. Which built-in Terraform function can you use to import the file ' s contents as a string?
Which of the following arguments are required when declaring a Terraform output?
Terraform variables and outputs that set the description argument will store that description in the state file.
Which of the following is availableonlyinHCP Terraform workspacesandnot in Terraform CLI?