Skip to content

Commit 7153295

Browse files
author
iru
authored
Update README.md
1 parent d28582d commit 7153295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/organizational/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ provider "sysdig" {
101101
}
102102
103103
provider "aws" {
104-
region = "<AWS_REGION> # same role in both providers. ex. us-east-1"
104+
region = "<AWS_REGION> # same region in both providers. ex. us-east-1"
105105
}
106106
107107
provider "aws" {
108108
alias = "member"
109-
region = "<AWS_REGION> # same role in both providers. ex. us-east-1"
109+
region = "<AWS_REGION> # same region in both providers. ex. us-east-1"
110110
assume_role {
111111
# 'OrganizationAccountAccessRole' is the default role created by AWS for managed-account users to be able to admin member accounts.
112112
# <br/>https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html

0 commit comments

Comments
 (0)