Skip to content

Commit

Permalink
add note about globally namespaced IAM resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kania committed Nov 13, 2019
1 parent f3b6aa0 commit e65b572
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ Terraform 0.11. Pin module version to ~> 1.5.1. Submit pull-requests to terrafor

## Usage

**Note: This module sets up AWS IAM Roles and Policies, which are globally namespaced. If you plan to have multiple instances of AWS Config, make sure they have unique values for `config_name`.**

```hcl
module "aws_config" {
source = "trussworks/config/aws"
source = "trussworks/config/aws"
config_name = "my-aws-config"
config_logs_bucket = "my-aws-logs"
}
```
Expand Down

0 comments on commit e65b572

Please sign in to comment.