From de94143edf813e813446309d8c91aee8674aba2d Mon Sep 17 00:00:00 2001 From: drewmullen Date: Tue, 10 May 2022 08:26:58 -0400 Subject: [PATCH] update tag module version --- README.md | 2 +- data.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4bd421..4622473 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ The above example will cause only creating 2 new subnets in az `c` of the region |------|--------|---------| | [calculate\_subnets](#module\_calculate\_subnets) | ./modules/calculate_subnets | n/a | | [flow\_logs](#module\_flow\_logs) | ./modules/flow_logs | n/a | -| [tags](#module\_tags) | aws-ia/label/aws | 0.0.4 | +| [tags](#module\_tags) | aws-ia/label/aws | 0.0.5 | ## Resources diff --git a/data.tf b/data.tf index bac4b74..77c9109 100644 --- a/data.tf +++ b/data.tf @@ -49,7 +49,7 @@ data "aws_vpc_ipam_preview_next_cidr" "main" { # awscc tags = module.tags.tags module "tags" { source = "aws-ia/label/aws" - version = "0.0.4" + version = "0.0.5" tags = var.tags }