Enrolling AFT-Provisioned Account in a Child OU

24 Views Asked by At

I am trying to enroll an account created with the Account Factory Tool (AFT) into a child Organizational Unit (OU) within my AWS organization. However, I am currently unable to dynamically set the ManagedOrganizationalUnit parameter within the Terraform configuration to reference the desired child OU based on the OU ID and OU name.

ManagedOrganizationalUnit = "..."

I tried directly embedding the child OU ID and parent OU name within the ManagedOrganizationalUnit parameter for each Terraform module. However, this approach might not be supported depending on the specific configuration.

0

There are 0 best solutions below