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?
How would you output returned values from a child module in the Terraform CLI output?
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?
Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files. How can you protect that data?
As a member of an operations team that uses infrastructure as code (lac) practices, you are tasked with making a change to an infrastructure stack running in a public cloud. Which pattern would follow laC best practices for making a change?
terraform init retrieves and caches the configuration for all remote modules.
Which parameters does terraform import require? Choose two correct answers.
Which of the following is not a valid Terraform variable type?
You should run terraform fnt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions.
Before you can use a remote backend, you must first execute terra-form init.