Dry Run — HashiCorp Terraform Associate (003) Practice Questions
A dry run in Terraform is performed with the `terraform plan` command, which previews the changes Terraform will make to infrastructure without applying them. The plan output shows resources to be created, modified, or destroyed, letting you catch errors before they reach your environment. The Terraform Associate exam tests your ability to interpret plan output and understand what a non-empty plan means for existing state.
Free questions on dry run
What does "terraform plan" do?
Free question · easy · full answer + explanation
More dry run questions in the full bank
- What does the terraform plan command do? Unlock answer & explanation →
- What does terraform plan do? Unlock answer & explanation →