HashiCorp Terraform-Associate-003 - HashiCorp Certified: Terraform Associate (003) (HCTA0-003)
Total 253 questions
You can reference a resource created with for_each using a Splat ( *) expression.
You have a list of numbers that represents the number of free CPU cores on each virtual cluster:
numcpus = [ 18, 3, 7, 11, 2 ]
What Terraform function could you use to select the largest number from the list?
Which of these are features of HCP Terraform/Terraform Cloud? (Pick the 2 correct responses)
Which of these ate secure options for storing secrets for connecting to a Terraform remote backend? Choose two correct answers.
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?
When should you use the force-unlock command?
Which Terraform collection type should you use to store key/value pairs?
When does Sentinel enforce policy logic during a Terraform Cloud run?
Which of these sources can Terraform use to download modules?
