We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8adf507 + 75f2c3e commit da49a30Copy full SHA for da49a30
data.tf
@@ -136,14 +136,14 @@ data "aws_vpc" "main" {
136
# awscc tags = module.tags.tags
137
module "tags" {
138
source = "aws-ia/label/aws"
139
- version = "0.0.5"
+ version = "0.0.6"
140
141
tags = var.tags
142
}
143
144
module "subnet_tags" {
145
146
147
148
for_each = local.subnet_keys_with_tags
149
@@ -152,7 +152,7 @@ module "subnet_tags" {
152
153
module "vpc_lattice_tags" {
154
155
156
157
tags = try(var.vpc_lattice.tags, {})
158
0 commit comments