-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute_instance_group import works partially and fails to persist state #2504
compute_instance_group import works partially and fails to persist state #2504
Comments
@yhuang and I talked about having him attempt this, so assigning to hashibot to claim it. Jimmy, if you decide not to work on it feel free to comment and I can unassign it so our bug onduty picks it up. |
Hey @yhuang, you still planning on working on this or should we have someone from our side take a look? |
@danawillow : I have not been able to do much with this issue, so please do have someone on your side move forward with this issue. Thank you for checking. |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Terraform Version
Terraform v0.11.10
Affected Resource(s)
Debug Output
Expected Behavior
google_compute_instance_group imported
Actual Behavior
google_compute_instance_group.judgement_fe_instance_group_c: Importing from ID "us-central1-c/judgement-fe-instance-group-c"...
google_compute_instance_group.judgement_fe_instance_group_c: Import complete!
Imported google_compute_instance_group (ID: us-central1-c/judgement-fe-instance-group-c)
google_compute_instance_group.judgement_fe_instance_group_c: Refreshing state... (ID: us-central1-c/judgement-fe-instance-group-c)
Error: google_compute_instance_group.judgement_fe_instance_group_c (import id: us-central1-c/judgement-fe-instance-group-c): 1 error(s) occurred:
exist. Please verify the ID is correct. You cannot import non-existent
resources using Terraform import.
Steps to Reproduce
Following the instruction documented on [Terraform's page for the compute_instance_group resource]
(https://www.terraform.io/docs/providers/google/r/compute_instance_group.html), the import was triggered via the CLI:
The text was updated successfully, but these errors were encountered: