google.cloud
google.cloud copied to clipboard
Support modification of GCE tags
SUMMARY
The current implementation does not support to update tags of GCE instances. This can currently only achieved by using community modules like this, which in turn does only support SA based authentication.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
gce_tags / gce_set_tags / gcp_compute_tags
ADDITIONAL INFORMATION
Updating GCE tags is currently not supported. Such a module would use the setTags
method to update it.
gcp_compute_tags:
instance: "foo"
tags:
- http-server
- https-server
Had the same issue currently. Would be great if its supported by the native cloud provider.