From 75f2c3ef5eda40a25e2086201078646f84a2da9d Mon Sep 17 00:00:00 2001 From: Welly Siauw AWS <67753754+wellsiau-aws@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:13:56 -0700 Subject: [PATCH] bump aws-ia/label bump aws-ia/label to update dependencies to AWSCC ver 1.x.x --- data.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data.tf b/data.tf index 0ed2fcf..e29131b 100644 --- a/data.tf +++ b/data.tf @@ -138,14 +138,14 @@ data "aws_vpc" "main" { # awscc tags = module.tags.tags module "tags" { source = "aws-ia/label/aws" - version = "0.0.5" + version = "0.0.6" tags = var.tags } module "subnet_tags" { source = "aws-ia/label/aws" - version = "0.0.5" + version = "0.0.6" for_each = local.subnet_keys_with_tags @@ -154,7 +154,7 @@ module "subnet_tags" { module "vpc_lattice_tags" { source = "aws-ia/label/aws" - version = "0.0.5" + version = "0.0.6" tags = try(var.vpc_lattice.tags, {}) }