Skip to content

Commit

Permalink
add var for role arn for each org
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 21, 2023
1 parent 5c5e4b1 commit 0fb7751
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## select the correct ARN based on which organization you are in

#--
# ent-gov
#--
# network_role_arn = "arn:aws-us-gov:iam::057405694017:role/r-inf-tf-remote-shared-vpc"

#--
# ent-ew
#--
# network_role_arn = "arn:awsiam::114329102483:role/r-inf-tf-remote-shared-vpc"

#--
# lab-gov
#--
network_role_arn = "arn:aws-us-gov:iam::269244441389:role/r-inf-tf-remote-shared-vpc"

0 comments on commit 0fb7751

Please sign in to comment.