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
Was hoping that we could get label creation on storage buckets added to that resource type. Not sure if this is planned or not, but I didn't see it in the last release of the provider.
Was hoping this could follow the pattern of labeling compute vms like:
resource "google_storage_bucket" "bucket" {
name = "my-bucket"
labels = {
test = "label"
}
}
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 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 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Was hoping that we could get label creation on storage buckets added to that resource type. Not sure if this is planned or not, but I didn't see it in the last release of the provider.
Was hoping this could follow the pattern of labeling compute vms like:
The text was updated successfully, but these errors were encountered: