From f43296c60a2d541f0c64719a46b8359dfa00f1c2 Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 26 Oct 2023 12:55:36 -0400 Subject: [PATCH] update to require selection of role arn --- examples/region-shared-setup/credentials.network_account.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/region-shared-setup/credentials.network_account.tf b/examples/region-shared-setup/credentials.network_account.tf index d6f4c5f..689abf8 100644 --- a/examples/region-shared-setup/credentials.network_account.tf +++ b/examples/region-shared-setup/credentials.network_account.tf @@ -7,8 +7,8 @@ variable "os_username" { variable "network_role_arn" { description = "AWS Role ARN of network account where shared resoruces are defined. AssumeRole will be used from this caller account." type = string - # shluld be a different one per environment (prod, sa) in (gov, ew) in (ent, lab) - default = "arn:aws-us-gov:iam::057405694017:role/r-inf-tf-remote-shared-vpc" + # must be a different one per environment (prod, sa) in (gov, ew) in (ent, lab) + # default = "arn:aws-us-gov:iam::057405694017:role/r-inf-tf-remote-shared-vpc" } provider "aws" {