Skip to content

Permission & Configuration Structure #58

Discussion options

You must be logged in to vote

/stacks/catalog/accounts.yaml needed terraform.account.vars.organization_config.root_account.name to be core-root when in reality we use corp1.

To resolve this discrepancy we needed to change: /stacks/catalog/account-map.yaml to have

  • terraform.account-map.vars.root_account_aws_name: corp1
  • terraform.account-map.vars.root_account_name: core-root

However since we have an actual core-root account in the core OU this becomes a conflict. To resolve this issue:

  • Remove the existing core-root account from the aws org
    • simply closing the account puts it in the post-closure period which assigns it the SUSPENDED state & becomes ignored by the TF plan resolving the issue.
    • to be safe, we first enter…

Replies: 3 comments

Comment options

milldr
Apr 23, 2025
Maintainer Sponsor

You must be logged in to vote
0 replies
Comment options

milldr
Apr 23, 2025
Maintainer Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by seanlongnyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants