Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iru authored Aug 11, 2022
1 parent d28582d commit 7153295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/organizational/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ provider "sysdig" {
}
provider "aws" {
region = "<AWS_REGION> # same role in both providers. ex. us-east-1"
region = "<AWS_REGION> # same region in both providers. ex. us-east-1"
}
provider "aws" {
alias = "member"
region = "<AWS_REGION> # same role in both providers. ex. us-east-1"
region = "<AWS_REGION> # same region in both providers. ex. us-east-1"
assume_role {
# 'OrganizationAccountAccessRole' is the default role created by AWS for managed-account users to be able to admin member accounts.
# <br/>https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
Expand Down

0 comments on commit 7153295

Please sign in to comment.