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

https://github.com/blackbird-cloud/terraform-aws-config-organization

Terraform module to setup AWS Config in an organization
https://github.com/blackbird-cloud/terraform-aws-config-organization

aws config terraform

Last synced: 4 months ago
JSON representation

Terraform module to setup AWS Config in an organization

Awesome Lists containing this project

README

          

# Terraform Aws Config Organization Module
Terraform module to setup AWS Config in an organization

[![blackbird-logo](https://raw.githubusercontent.com/blackbird-cloud/terraform-module-template/main/.config/logo_simple.png)](https://blackbird.cloud)

## Example
```hcl
module "config" {
source = "blackbird-cloud/config-organization/aws"
version = "~> 2"

s3_bucket_name = "my-bucket"
role_arn = "arn:aws:iam::123456789101:role/my-role"
}
```

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1 |
| [aws](#requirement\_aws) | >= 4 |

## Providers

| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 4 |

## Resources

| Name | Type |
|------|------|
| [aws_config_configuration_aggregator.organization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_configuration_aggregator) | resource |
| [aws_config_configuration_recorder.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_configuration_recorder) | resource |
| [aws_config_configuration_recorder_status.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_configuration_recorder_status) | resource |
| [aws_config_delivery_channel.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_delivery_channel) | resource |
| [aws_config_organization_conformance_pack.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_conformance_pack) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [conformance\_packs](#input\_conformance\_packs) | (Optional) Map of AWS Config Organization Conformance Packs. More information can be found in the Managing Conformance Packs Across all Accounts in Your Organization and AWS Config Managed Rules documentation. | `map(any)` | `{}` | no |
| [name](#input\_name) | (Optional) Name used for all created resources. Defaults to `config`. | `string` | `"config"` | no |
| [role\_arn](#input\_role\_arn) | The ARN of the IAM role to use for this configuration recorder. | `string` | n/a | yes |
| [s3\_bucket\_name](#input\_s3\_bucket\_name) | The name of the S3 bucket to store Config history. | `string` | n/a | yes |
| [tags](#input\_tags) | (Optional) Map of tags to assign to the trail. 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 |

## Outputs

No outputs.

## 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)