Attempting to create user resources errors out with the following:
[WARNING] ... Error calling iam.get_account_password_policy() (will retry) for user cdduser, error: An error occurred (NoSuchEntity) when calling the GetAccountPasswordPolicy operation: The Password Policy with domain name ACCOUNT_ID cannot be found.
Need to add test for NoSuchEntity when getting the accounts password policy and if triggered, create a policy that aligns with the workshop policy.
Attempting to create user resources errors out with the following:
Need to add test for
NoSuchEntity
when getting the accounts password policy and if triggered, create a policy that aligns with the workshop policy.reference to #11