Skip to content

Commit

Permalink
fix syntax on terraform examples (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking authored Aug 4, 2021
1 parent c603171 commit 8c7cfe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ data "aws_iam_policy_document" "aws-config-generation-organizations" {
resources = ["*"]
}
}
```
- If you have multiple Organizations you can create this role in each. Note the ARNs for these roles. The Config Generation Service will look for a list in the `AWS_ORG_ROLE_ARNS` environment variables.

Expand All @@ -125,6 +126,7 @@ data "aws_iam_policy_document" "aws-config-generation-worker" {
resources = ["*"]
}
}
```
- You can now deploy the AWS Config Generation Service in your framework of choice. `aws-oidc serve-config` will launch the service, by default on port `8080`. You will need to set all the environment variables from previous steps.

Expand Down

0 comments on commit 8c7cfe1

Please sign in to comment.