When declaring a variable, setting the sensitive argument to true will prevent the value from being stored in the state file.
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?
What value does the Terraform Cloud private registry provide over the public Terraform Module Registry?
The Terraform binary version and provider versions must match each other in a single configuration.
Your team often uses API calls to create and manage cloud infrastructure. In what ways does Terraform differ from conventional infrastructure management approaches?
How would you output returned values from a child module in the Terraform CLI output?
You want to use API tokens and other secrets within your team ' s Terraform workspaces. Where does HashiCorp recommend you store these sensitive values? (Pick the 3 correct responses)
What command can you run to generateDOT (Graphviz)formatted data to visualize Terraform dependencies?