Skip to content
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

Add label creation to storage bucket resource type #599

Closed
jpmckenna opened this issue Oct 17, 2017 · 2 comments · Fixed by #652
Closed

Add label creation to storage bucket resource type #599

jpmckenna opened this issue Oct 17, 2017 · 2 comments · Fixed by #652
Assignees

Comments

@jpmckenna
Copy link

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:

resource "google_storage_bucket" "bucket" {
  name     = "my-bucket"
  labels   = {
      test  = "label"
  }
}
@danawillow
Copy link
Contributor

@selmanj are you planning to do this or should one of the rest of us take it on?

@danawillow danawillow self-assigned this Oct 30, 2017
luis-silva pushed a commit to luis-silva/terraform-provider-google that referenced this issue May 21, 2019
Signed-off-by: Modular Magician <magic-modules@google.com>
@ghost
Copy link

ghost commented Mar 30, 2020

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 ghost locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants