Terraform module to manage AWS account password policy
At the moment, testing is manual:
Note: This test should be run in an account that doesn't already have an existing AccessAnalyzer.
# Replace "xxx" with an actual AWS profile, then execute the integration tests.
export AWS_PROFILE=xxx
make terraform/pytest PYTEST_ARGS="-v --nomock"
Name | Version |
---|---|
terraform | >= 0.12 |
Name | Version |
---|---|
aws | n/a |
Name | Type |
---|
Name | Description | Type | Default | Required |
---|---|---|---|---|
access_analyzer | Object of attributes for an IAM Access Analyzier | object({ |
{} |
no |
account_alias | Object of attributes for the IAM account alias | object({ |
null |
no |
password_policy | Object of attributes for the IAM account password policy | object({ |
{} |
no |
No outputs.