-
Notifications
You must be signed in to change notification settings - Fork 0
DT-436 adding tags to aws resources #25
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ready for review. @darenjacobs @liyaka |
There are a couple of modules wherein the resource explicitly sets tags.
In this situation the S3 bucket will only get the Name tag, and it will NOT inherit common_tags automatically because the tags block inside aws_s3_bucket is explicitly defined, and default_tags from providers.tf does not override manually set tags. Therefore for these cases we need to merge the common_tags. |
Summary of Terraform Changes in This PR
EKS Module & Provider Refactor
Enables one-stage apply without Helm/Kubernetes provider race conditions.
Improves tag consistency across all infrastructure components.
Output Cleanup
IRSA + Addons
|
8a0aa7c
to
bbcbb1f
Compare
bbcbb1f
to
1b9a77c
Compare
https://comet-ml.atlassian.net/browse/DT-436
This also includes edits to make the tfvars ready to go with defaults and updates the redis version.