Skip to content

Commit

Permalink
update to require selection of role arn
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 26, 2023
1 parent 71d0fcc commit f43296c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/region-shared-setup/credentials.network_account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit f43296c

Please sign in to comment.