aws-ia / terraform-aws-control_tower_account_factory

AWS Control Tower Account Factory
Apache License 2.0
604 stars 386 forks source link

New account not created under OU in control tower account but pipeline successfully completed when account_request.tf is committed and the account details are stored in dynamodb table in aft management account #436

Closed siprap-ics closed 4 months ago

siprap-ics commented 4 months ago

Terraform Version & Prov: Terraform v1.6.5

AFT Version: 1.11.1

Terraform Version & Provider Versions Please provide the outputs of terraform version and terraform providers from within your AFT environment

terraform version

{Replace me}

terraform providers

{Replace me}

Bug Description I have created aft management account and also successfully created a new sandbox account using account_request.tf 1 month before. It is working as expected.

But today when I am again trying to create another new account using account-request.tf, the account is not getting created under OU in control tower account but pipeline successfully completed when account_request.tf is committed and the account details are stored in DynamoDB table in aft management account

Expected behavior The new account should be created under the provided OU in control tower account.