003
Practice questions for the HashiCorp Certified Terraform Associate exam. Covers Terraform workflow, state, providers, modules, and best practices.
What command initialises a Terraform working directory and downloads providers?
Terraform state stores the current state of your managed infrastructure to map real resources to your configuration.
Which Terraform command shows a preview of changes without applying them?
What is the best practice for storing Terraform state in a team environment?
A Terraform module is a container for multiple resources that are used together.
Which Terraform block type defines reusable values that can be set at runtime?
You can import existing infrastructure into Terraform state using which command?
Terraform workspaces allow you to manage multiple deployment environments (dev/staging/prod) from a single configuration.