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.