Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 12, 2022
1 parent 8d3795e commit e045fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpc-transit-gateway-association/routing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ module "routing_attachment" {
# vpc_index = var.vpc_index

tags = merge(
local.common_tags,
local.tags,
local.base_tags,
var.tags,
)
}

Expand Down

0 comments on commit e045fcd

Please sign in to comment.