We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28582d commit 7153295Copy full SHA for 7153295
examples/organizational/README.md
@@ -101,12 +101,12 @@ provider "sysdig" {
101
}
102
103
provider "aws" {
104
- region = "<AWS_REGION> # same role in both providers. ex. us-east-1"
+ region = "<AWS_REGION> # same region in both providers. ex. us-east-1"
105
106
107
108
alias = "member"
109
110
assume_role {
111
# 'OrganizationAccountAccessRole' is the default role created by AWS for managed-account users to be able to admin member accounts.
112
# <br/>https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
0 commit comments