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

Only parent account should deploy the hosted zone, since hosted zone is unique #13

Open
avishayil opened this issue Jul 16, 2020 · 0 comments

Comments

@avishayil
Copy link

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:

  1. Deploy costBuddy on parent account with route53 configuration
  2. Change profile to child account, and terraform deploy using the same configuration
  3. 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

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

No branches or pull requests

1 participant