An open API service indexing awesome lists of open source software.

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

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

[![blackbird-logo](https://raw.githubusercontent.com/blackbird-cloud/terraform-module-template/main/.config/logo_simple.png)](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)