You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reconcile the state Terraform knows about (via its state file) with the real-world infrastructure. This can be used to detect any drift from the last-known state, and to update the state file.
Actual Behavior
The state file is not updated from the real-world infrastructure.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
is a new feature (currently listed as Beta, but widely adopted) - so there may have been an assumption in the Terraform code for google_compute_instance to not need to refresh normally un-editable resource attributes via the console.
References
None found.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 16, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version 0.8.2 but issue is also present in 0.8.5
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Please contact me privately for Gist link, but it is easily repeatable, see below.
Panic Output:
none
Expected Behavior
https://www.terraform.io/docs/commands/refresh.html
reconcile the state Terraform knows about (via its state file) with the real-world infrastructure. This can be used to detect any drift from the last-known state, and to update the state file.
Actual Behavior
The state file is not updated from the real-world infrastructure.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform refresh
- does not update state from GCPImportant Factoids
https://cloud.google.com/compute/docs/instances/viewing-sizing-recommendations-for-instances
is a new feature (currently listed as Beta, but widely adopted) - so there may have been an assumption in the Terraform code for google_compute_instance to not need to refresh normally un-editable resource attributes via the console.
References
None found.
The text was updated successfully, but these errors were encountered: