From 18f17b01acac0a15115ab857e2e7300fa1335899 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 23:48:36 +0000 Subject: [PATCH 1/2] chore(deps): update terraform cloudposse/label/null to v0.25.0 --- accepter.tf | 2 +- requester.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accepter.tf b/accepter.tf index 37046bb..4acffb8 100644 --- a/accepter.tf +++ b/accepter.tf @@ -19,7 +19,7 @@ provider "aws" { module "accepter" { source = "cloudposse/label/null" - version = "0.24.1" + version = "0.25.0" attributes = var.add_attribute_tag ? ["accepter"] : [] tags = var.add_attribute_tag ? { "Side" = "accepter" } : {} diff --git a/requester.tf b/requester.tf index 467fc76..969a2cd 100644 --- a/requester.tf +++ b/requester.tf @@ -78,7 +78,7 @@ provider "aws" { module "requester" { source = "cloudposse/label/null" - version = "0.24.1" + version = "0.25.0" attributes = var.add_attribute_tag ? ["requester"] : [] tags = var.add_attribute_tag ? { "Side" = "requester" } : {} From b9503b2fc52442254c64fc64c17ce620c1ce16c4 Mon Sep 17 00:00:00 2001 From: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Date: Mon, 18 Oct 2021 23:49:35 +0000 Subject: [PATCH 2/2] Auto Format --- README.md | 7 +++---- docs/terraform.md | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7f0d0d0..532081b 100644 --- a/README.md +++ b/README.md @@ -340,8 +340,8 @@ Available targets: | Name | Source | Version | |------|--------|---------| -| [accepter](#module\_accepter) | cloudposse/label/null | 0.24.1 | -| [requester](#module\_requester) | cloudposse/label/null | 0.24.1 | +| [accepter](#module\_accepter) | cloudposse/label/null | 0.25.0 | +| [requester](#module\_requester) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.24.1 | ## Resources @@ -427,6 +427,7 @@ Like this project? Please give it a ★ on [our GitHub](https://github.com/cloud Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =) + ## Related Projects Check out these related projects. @@ -436,8 +437,6 @@ Check out these related projects. - [terraform-aws-kops-vpc-peering](https://github.com/cloudposse/terraform-aws-kops-vpc-peering) - Terraform module to create a peering connection between a backing services VPC and a VPC created by Kops - - ## References For additional context, refer to some of these links. diff --git a/docs/terraform.md b/docs/terraform.md index ce738f8..d9c584f 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -18,8 +18,8 @@ | Name | Source | Version | |------|--------|---------| -| [accepter](#module\_accepter) | cloudposse/label/null | 0.24.1 | -| [requester](#module\_requester) | cloudposse/label/null | 0.24.1 | +| [accepter](#module\_accepter) | cloudposse/label/null | 0.25.0 | +| [requester](#module\_requester) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.24.1 | ## Resources