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
- Host: GitHub
- URL: https://github.com/blackbird-cloud/terraform-aws-config-organization
- Owner: blackbird-cloud
- License: apache-2.0
- Created: 2023-05-28T13:56:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T09:04:25.000Z (about 1 year ago)
- Last Synced: 2025-04-08T13:49:57.132Z (about 1 year ago)
- Topics: aws, config, terraform
- Language: HCL
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Aws Config Organization Module
Terraform module to setup AWS Config in an organization
[](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)