Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 21, 2023
1 parent 5ffb2f5 commit ff6ebdf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/region-shared-setup/tags.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
module "tag_shared" {
source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//tag-shared-vpc-resources?ref=tf-upgrade"
network_account_profile = "057405694017-ent-gov-network-prod"
source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//tag-shared-vpc-resources?ref=tf-upgrade"
providers = {
aws = aws
aws.network_account = aws.network_account
}
profile = var.profile
role_arn = var.network_role_arn

## optional, with defaults
### tag_enabled_vpcs = true
Expand Down

0 comments on commit ff6ebdf

Please sign in to comment.