exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 189 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 189
Topic #: 1
[All Terraform Associate Questions]

Which of the following can you do with terraform plan? (Choose two.)

  • A. Save a generated execution plan to apply later
  • B. Execute a plan in a different workspace
  • C. View the execution plan and check if the changes match your expectations
  • D. Schedule Terraform to run at a planned time in the future
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
depal_dhir
Highly Voted 1 year, 1 month ago
Selected Answer: AC
https://learn.hashicorp.com/tutorials/terraform/plan
upvoted 6 times
...
chessmaster5000
Most Recent 1 month ago
Selected Answer: AC
Answer: A. Save a generated execution plan to apply later You can use terraform plan -out=planfile to save the execution plan. Later, you can run terraform apply planfile to apply that exact plan. C. View the execution plan and check if the changes match your expectations The primary purpose of terraform plan is to preview changes Terraform will make. This helps you review and validate before applying. Wrong answer: B. Execute a plan in a different workspace terraform plan runs in the currently selected workspace. You'd need to switch workspaces manually using terraform workspace select. D. Schedule Terraform to run at a planned time in the future Terraform doesn’t support scheduling out of the box. Scheduling would need to be handled by external tools like cron, CI/CD pipelines, or task schedulers.
upvoted 1 times
...
camps
6 months, 3 weeks ago
Selected Answer: AC
A. Save a generated execution plan to apply later C. View the execution plan and check if the changes match your expectations
upvoted 2 times
...
G4Exams
11 months, 4 weeks ago
Selected Answer: AC
C is the main purpose of plan and A can be done with plan -out=FILE flag. So A & C.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago