From 715329501cb09a2c06e4164e6d4bca32212ccfc2 Mon Sep 17 00:00:00 2001 From: iru Date: Thu, 11 Aug 2022 04:56:33 +0200 Subject: [PATCH] Update README.md --- examples/organizational/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/organizational/README.md b/examples/organizational/README.md index 55533637..954cf6b4 100644 --- a/examples/organizational/README.md +++ b/examples/organizational/README.md @@ -101,12 +101,12 @@ provider "sysdig" { } provider "aws" { - region = " # same role in both providers. ex. us-east-1" + region = " # same region in both providers. ex. us-east-1" } provider "aws" { alias = "member" - region = " # same role in both providers. ex. us-east-1" + 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. #
https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html