again a poorly framed question "Terraform to refresh its state" the obvious answer is "D" but "terraform plan" command does not refresh it's states. it reads state file and it compares the configuration against the current state stored in the Terraform state file. It identifies the differences between what is declared in the configuration and what currently exists in the infrastructure. but it in any shape of form it does not refresh the state these kind of questions confuses people. terraform plan is a read-only command if we see from state file point of view, but there are certain aspects, such as we not be running terraform plan when there is a state lock.
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.
Blitz123
10 months agoSpandrop
11 months, 2 weeks agoSpandrop
11 months, 2 weeks agovindi135
12 months agoPete987
1 year, 3 months agoPete987
1 year, 3 months agoOleg_gol
1 year, 6 months ago