A Terraform output that sets the " sensitive " argument to true will not store that value in the state file.
If you manually destroy infrastructure, what is the best practice reflecting this change in Terraform?
The Terraform binary version and provider versions must match each other in a single configuration.
You just scaled your VM infrastructure and realize you set the count variable to the wrong value. You correct the value and save your change. What must you do next to make your infrastructure match your configuration?
A provider configuration block is required in every Terraform configuration.
Example:

You are creating a reusable Terraform configuration and want to include an optional billing_dept tag so your Finance team can track team-specific spending on resources. Which of the following billing_dept variable declarations will achieve this?
In Terraform HCL, an object type of object({name=string, age-number}) would match this value.

How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.