You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When deploying costBuddy, the route53 records configuration doesn't skip child accounts.
Since the hosted zone is unique, it should reside on the parent account and the records shouldn't deploy on child accounts.
To Reproduce
Steps to reproduce the behavior. For example:
Deploy costBuddy on parent account with route53 configuration
Change profile to child account, and terraform deploy using the same configuration
It will fail due to hosted zone doesn't exist on the child account
Expected behavior
Only parent account should deploy the hosted zone, so child accounts should skip this part
The text was updated successfully, but these errors were encountered:
Describe the bug
When deploying costBuddy, the route53 records configuration doesn't skip child accounts.
Since the hosted zone is unique, it should reside on the parent account and the records shouldn't deploy on child accounts.
To Reproduce
Steps to reproduce the behavior. For example:
Expected behavior
Only parent account should deploy the hosted zone, so child accounts should skip this part
The text was updated successfully, but these errors were encountered: