This certification validates practical skills in system administration and infrastructure, including deployment, administration, troubleshooting, and resilience. It is intended for professionals operating dependable enterprise technology environments.
As a developer, you want to ensure your plugins are up-to-date with the latest versions. Which Terraform command should you use?
Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files. How can you protect that data?
You can reference a resource created with for_each using a splat ( * ) expression.
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?
All standard backend types support state storage, locking, and remote operations like plan, apply, and destroy.