-
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
google_compute_project_metadata_item destroys existing (unmanaged) data #340
Comments
I believe this is expected behavior, if I'm understanding the issue correctly. To restate, this issue is reporting that the other ssh keys in the metadata value for
Is that summary accurate? |
(Note that GCP has a whitelist-only API for managing users in a much more direct fashion: https://cloud.google.com/compute/docs/access/user-accounts/ . Once this API is stabilized and at least in beta we can work on exposing it as a resource). Closing for now. Please reopen if I misinterpreted anything above. |
<!-- This change is generated by MagicModules. --> /cc @rileykarson
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! |
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
This should add/remove/manage a key for
ssh_user
in the GCE project metadataActual Behavior
This adds the key for the
ssh_user
to GCE project metadata and destroys all other keys.The text was updated successfully, but these errors were encountered: