Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 16, 2022
1 parent 5806408 commit 6f20c1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/full-setup-tf-upgrade/tgw/vpc-transit-gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "vpc_tgw_data" {

tags = merge(
local.common_tags,
# local.var.shared_vpc_label!=null ? { "boc:network_shared"= var.shared_vpc_label } : {},
# var.shared_vpc_label!=null ? { "boc:network_shared"= var.shared_vpc_label } : {},
)
}

Expand Down Expand Up @@ -61,7 +61,7 @@ module "vpc_tgw_self" {

tags = merge(
local.common_tags,
# local.var.shared_vpc_label!=null ? { "boc:network_shared"= var.shared_vpc_label } : {},
# var.shared_vpc_label!=null ? { "boc:network_shared"= var.shared_vpc_label } : {},
)
}

Expand Down Expand Up @@ -91,7 +91,7 @@ module "vpc_tgw_peer" {

tags = merge(
local.common_tags,
# local.var.shared_vpc_label!=null ? { "boc:network_shared"= var.shared_vpc_label } : {},
# var.shared_vpc_label!=null ? { "boc:network_shared"= var.shared_vpc_label } : {},
)

depends_on = [module.vpc_tgw_self]
Expand Down

0 comments on commit 6f20c1e

Please sign in to comment.