A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of the resource block?
Which two steps are required to provision new infrastructure in the Terraform workflow? (Pick the 2 correct responses below.)
When you include a module block in your configuration that references a module from the Terraform Registry, the " version " attribute is required.
Which of the following command would be use to access all of the attributes and details of a resource managed by Terraform?
A module block is shown in the Exhibit space of this page. When you use a module block to reference a module from the Terraform Registry such as the one in the example, how do you specify version 1.0.0 of the module?
You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to apply formatting standards for readability.
How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?