Skip to content

Commit da49a30

Browse files
authored
Merge pull request #153 from wellsiau-aws/f-bump-label
bump aws-ia/label to ver 0.0.6
2 parents 8adf507 + 75f2c3e commit da49a30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ data "aws_vpc" "main" {
136136
# awscc tags = module.tags.tags
137137
module "tags" {
138138
source = "aws-ia/label/aws"
139-
version = "0.0.5"
139+
version = "0.0.6"
140140

141141
tags = var.tags
142142
}
143143

144144
module "subnet_tags" {
145145
source = "aws-ia/label/aws"
146-
version = "0.0.5"
146+
version = "0.0.6"
147147

148148
for_each = local.subnet_keys_with_tags
149149

@@ -152,7 +152,7 @@ module "subnet_tags" {
152152

153153
module "vpc_lattice_tags" {
154154
source = "aws-ia/label/aws"
155-
version = "0.0.5"
155+
version = "0.0.6"
156156

157157
tags = try(var.vpc_lattice.tags, {})
158158
}

0 commit comments

Comments
 (0)