As a developer, you want to ensure your plugins are up-to-date with the latest versions. Which Terraform command should you use?
Correct Answer:
D
🗳️
Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files. How can you protect that data?
Correct Answer:
B
🗳️
You can reference a resource created with for_each using a splat ( * ) expression.
Correct Answer:
A
🗳️
You add a new resource to an existing Terraform configuration, but do not update the version constraint in the configuration. The existing and new resources use the same provider. The working directory contains a .terraform.lock.hcl file.
How will Terraform choose which version of the provider to use?
Correct Answer:
B
🗳️