ExamGecko
Question list
Search
Search

Question 112 - Terraform Associate 003 discussion

Report
Export

Select the command that doesn't cause Terraform to refresh its state.

A.
Terraform destroy
Answers
A.
Terraform destroy
B.
Terraform apply
Answers
B.
Terraform apply
C.
Terraform plan
Answers
C.
Terraform plan
D.
Terraform state list
Answers
D.
Terraform state list
Suggested answer: D

Explanation:

This is the command that does not cause Terraform to refresh its state, as it only lists the resources that are currently managed by Terraform in the state file. The other commands will refresh the state file before performing their operations, unless you use the-refresh=falseflag.

asked 18/09/2024
Asif Ibrahim
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first