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

Terraform should tag resources #112

Closed
tmgstevens opened this issue Jan 19, 2023 · 2 comments
Closed

Terraform should tag resources #112

tmgstevens opened this issue Jan 19, 2023 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@tmgstevens
Copy link
Contributor

All three terraform modules should tag resources with an 'owner' tag based either on their username/iam name, or based on something that can be configured.

We do this for AWS today: https://github.com/redpanda-data/deployment-automation/blob/main/aws/cluster.tf#L14 but not for Azure or GCP.

@tmgstevens tmgstevens added the good first issue Good for newcomers label Jan 19, 2023
@hcoyote hcoyote assigned hcoyote and gene-redpanda and unassigned hcoyote Jan 26, 2023
@gene-redpanda
Copy link
Contributor

#127

added support for custom tagging for gcp here, I guess I could also add in an object merge or something to include the id of the creator alongside any custom tags.

@gene-redpanda
Copy link
Contributor

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants