-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Enhancement | Refactor common.tfvars account vars #402
Conversation
💰 Infracost estimate: monthly cost will not change
124 projects have no cost estimate changes. Infracost output
This comment will be updated when the cost estimate changes. Is this comment useful? Yes, No, Other |
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.
@eze-godoy Overall it looks great! Thanks 🙏🏼 On small change requested though. Let's take this opportunity to also update the ref arch with the current naming convention for AWS Organizations from root
to management
account in the map definition. Since this is only a variable name it won't affect any deployed resources.
From
var.accounts.root.id
To
var.accounts.management.id
❗ CONSIDERATION: Were you able to smoke test several Ref Arch layers with successful results?
Hi @exequielrafaela. I made the requested change. I also performed some smoke tests in modules that use these variables without errors 🚀 . |
@eze-godoy that's great! PR approved 🚀 |
What?
Follow the current naming convention for AWS Organizations (use
management
instead ofroot
)Remove old variable blocks. Example:
common.tfvars.example
Why?
Improve code readability and flexibility