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

Fake feature: add a "silly_label" variable #36

Closed
morgante opened this issue Feb 13, 2020 · 0 comments
Closed

Fake feature: add a "silly_label" variable #36

morgante opened this issue Feb 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@morgante
Copy link
Contributor

This is a fake feature for learning how to contribute to CFT. We should not actually add it.

Desired addition: expose a new (string) variable silly_label which will automatically be added to all bucket labels. For example:

module "gcs_buckets" {
  source  = "terraform-google-modules/cloud-storage/google"
  version = "~> 1.3"
  project_id  = "<PROJECT ID>"
  names = ["first", "second"]
  ...
  silly_label = "awesome"
}

This would label buckets first and second with silly: awesome.

When trying this out, please make sure to add it to examples + tests.

@morgante morgante added enhancement New feature or request blocked Blocked by some other work labels Feb 13, 2020
@morgante morgante removed the blocked Blocked by some other work label Mar 3, 2020
@morgante morgante closed this as completed Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant