https://github.com/blackbird-cloud/terraform-aws-iam-access-analyzer
A Terraform module to help setup AWS IAM Access Analyzer for your AWS Organization
https://github.com/blackbird-cloud/terraform-aws-iam-access-analyzer
aws iam terraform
Last synced: 28 days ago
JSON representation
A Terraform module to help setup AWS IAM Access Analyzer for your AWS Organization
- Host: GitHub
- URL: https://github.com/blackbird-cloud/terraform-aws-iam-access-analyzer
- Owner: blackbird-cloud
- License: apache-2.0
- Created: 2023-07-07T14:32:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T14:07:53.000Z (over 1 year ago)
- Last Synced: 2025-01-31T14:32:38.589Z (over 1 year ago)
- Topics: aws, iam, terraform
- Language: HCL
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Aws Iam Access Analyzer Module
A Terraform module to help setup AWS IAM Access Analyzer for your AWS Organization
[](https://blackbird.cloud)
## Example
```hcl
module "accessanalyzer_analyzer" {
source = "blackbird-cloud/iam-access-analyzer"
version = "~> 1"
name = "my-access-analyzer"
type = "ORGANIZATION"
tags = {
my-tag = "my-tag"
}
}
```
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.2 |
| [aws](#requirement\_aws) | ~> 5 |
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | ~> 5 |
## Resources
| Name | Type |
|------|------|
| [aws_accessanalyzer_analyzer.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/accessanalyzer_analyzer) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [name](#input\_name) | (Required) Name of the Analyzer. | `string` | n/a | yes |
| [tags](#input\_tags) | (Optional) Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. | `map(string)` | `{}` | no |
| [type](#input\_type) | (Optional) Type of Analyzer. Valid values are ACCOUNT or ORGANIZATION. Defaults to ACCOUNT. | `string` | `"ACCOUNT"` | no |
## Outputs
| Name | Description |
|------|-------------|
| [accessanalyzer\_analyzer](#output\_accessanalyzer\_analyzer) | The created Access Analyzer. |
## About
We are [Blackbird Cloud](https://blackbird.cloud), Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.
Checkout our other :point\_right: [terraform modules](https://registry.terraform.io/namespaces/blackbird-cloud)
## Copyright
Copyright © 2017-2024 [Blackbird Cloud](https://blackbird.cloud)