From 525a49ae8d39f4883cb3cc5695ff3c7620a5f7d7 Mon Sep 17 00:00:00 2001 From: Andriy Knysh Date: Thu, 17 Aug 2023 11:52:35 -0400 Subject: [PATCH] Update `remote-states` modules to the latest version (https://github.com/cloudposse/terraform-aws-components/pull/820) Co-authored-by: cloudpossebot --- src/README.md | 6 +++--- src/remote-state.tf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/README.md b/src/README.md index 66c6c29..a4a3ccd 100644 --- a/src/README.md +++ b/src/README.md @@ -107,15 +107,15 @@ Example - I want a new instance `rds-example-new` to be provisioned from a snaps | Name | Source | Version | |------|--------|---------| -| [dns\_gbl\_delegated](#module\_dns\_gbl\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 | -| [eks](#module\_eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 | +| [dns\_gbl\_delegated](#module\_dns\_gbl\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 | +| [eks](#module\_eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 | | [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a | | [kms\_key\_rds](#module\_kms\_key\_rds) | cloudposse/kms-key/aws | 0.12.1 | | [rds\_client\_sg](#module\_rds\_client\_sg) | cloudposse/security-group/aws | 2.2.0 | | [rds\_instance](#module\_rds\_instance) | cloudposse/rds/aws | 0.38.5 | | [rds\_monitoring\_role](#module\_rds\_monitoring\_role) | cloudposse/iam-role/aws | 0.17.0 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | -| [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 | +| [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 | ## Resources diff --git a/src/remote-state.tf b/src/remote-state.tf index 3cea5bb..863e6da 100644 --- a/src/remote-state.tf +++ b/src/remote-state.tf @@ -1,6 +1,6 @@ module "vpc" { source = "cloudposse/stack-config/yaml//modules/remote-state" - version = "1.4.1" + version = "1.5.0" component = "vpc" @@ -9,7 +9,7 @@ module "vpc" { module "eks" { source = "cloudposse/stack-config/yaml//modules/remote-state" - version = "1.4.1" + version = "1.5.0" count = var.use_eks_security_group ? 1 : 0 @@ -20,7 +20,7 @@ module "eks" { module "dns_gbl_delegated" { source = "cloudposse/stack-config/yaml//modules/remote-state" - version = "1.4.1" + version = "1.5.0" count = var.use_dns_delegated ? 1 : 0