exam questions

Exam Terraform Associate 003 All Questions

View all questions & answers for the Terraform Associate 003 exam

Exam Terraform Associate 003 topic 1 question 57 discussion

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

Which two steps are required to provision new infrastructure in the Terraform workflow? (Choose two.)

  • A. import
  • B. init
  • C. apply
  • D. plan
  • E. validate
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

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
March2023
3 weeks, 1 day ago
Selected Answer: BC
B and C. If you skip plan and do an auto approve with apply, Plan still runs in the background beforehand.
upvoted 4 times
...
f0f1e05
2 months ago
Selected Answer: BD
In my opinion, it will be B and D.
upvoted 1 times
brugmany
1 month, 4 weeks ago
Why, B and C (init + apply) are correct, Plan is wrong, because plan alone doesn’t create resources. Terraform Workflow Steps Terraform init: sets up backend & providers. Mandatory before anything else. Terraform plan: creates and shows you an execution plan. It’s read-only no infrastructure is changed yet. Think of it as a “preview” / dry-run. Terraform apply: takes the plan and executes it, actually creating or modifying resources. This is the step where provisioning happens.
upvoted 4 times
...
f0f1e05
1 month, 4 weeks ago
B and C, sorry for previous mistake
upvoted 3 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 ...