- Enable IAM Acess Analyzer
Name | Version |
---|---|
terraform | >= 1.1.4 |
aws | >= 4.3 |
Name | Version |
---|---|
aws | >= 4.3 |
Name | Description | Type | Required |
---|---|---|---|
analyzer_name | The name for the IAM Access Analyzer resource to be created. | string |
no |
archive_rules | Specifies archive rules for the Access Analyzer. | map(list(object({ |
no |
delegated_admin_account_id | AWS account ID within AWS Organization that should become delegated administrator of Access Analyzer. | string |
no |
global_findings_region | (Optional) Region for which AccessAnalyzer will report findings for global resources (like IAM roles). If specified, suppression rules will be created for all other regions EXCEPT this one to deduplicate the findings. Default value is null , so findings for global resources are reported in every region. |
string |
no |
is_organization | The boolean flag whether this module is configured for the organization master account or the individual account. | bool |
no |
tags | Specifies object tags key and value. This applies to all resources created by this module. | map(string) |
no |
No outputs.