Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 115 discussion

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

A junior admin accidentally deleted some of your cloud instances. What does Terraform do when you run terraform apply?

  • A. Build a completely brand new set of infrastructure
  • B. Tear down the entire workspace infrastructure and rebuild it
  • C. Rebuild only the instances that were deleted
  • D. Stop and generate an error message about the missing instances
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
legendary7
Highly Voted 2 years, 1 month ago
C Terraform would refresh and check that the Current State in the state file is not thesame as the Desired State. Terraform will check its configuration resource files and if it finds a resource that is present in the state file but not in the Desired state, it will create it
upvoted 6 times
...
Mattt
Most Recent 2 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
090200f
4 months, 1 week ago
C is the correct ans
upvoted 1 times
...
recep38
9 months ago
Selected Answer: D
it is very clear
upvoted 1 times
tamng
3 months, 1 week ago
stupid
upvoted 1 times
...
...
Ni33
1 year, 6 months ago
Selected Answer: C
C is the correct answer !
upvoted 2 times
...
Power123
1 year, 7 months ago
C is correct
upvoted 2 times
...
adouban
1 year, 11 months ago
Deleting instance from cloud console will result terraform to create instance again to match what written in tf config files
upvoted 3 times
...
shopkitty
2 years, 2 months ago
Selected Answer: C
vote for C
upvoted 3 times
...
amanp
2 years, 2 months ago
Selected Answer: C
Answer is C.
upvoted 2 times
...
Burakko
2 years, 2 months ago
Selected Answer: C
the correct answer is C.
upvoted 2 times
...
duffyduck
2 years, 2 months ago
The Answer is C
upvoted 1 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 ...