From e9254c08ccb14b2e711fc82ab7d1ea72a20877c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:32:28 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/stack-config/yaml to v1.8.0 --- src/remote-state.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/remote-state.tf b/src/remote-state.tf index 391ae46..f22ec62 100644 --- a/src/remote-state.tf +++ b/src/remote-state.tf @@ -6,7 +6,7 @@ variable "eks_component_name" { module "eks" { source = "cloudposse/stack-config/yaml//modules/remote-state" - version = "1.5.0" + version = "1.8.0" component = var.eks_component_name @@ -21,7 +21,7 @@ variable "loki_component_name" { module "loki" { source = "cloudposse/stack-config/yaml//modules/remote-state" - version = "1.5.0" + version = "1.8.0" component = var.loki_component_name @@ -36,7 +36,7 @@ variable "alb_controller_ingress_group_component_name" { module "alb_controller_ingress_group" { source = "cloudposse/stack-config/yaml//modules/remote-state" - version = "1.5.0" + version = "1.8.0" count = local.push_api_enabled ? 1 : 0 @@ -47,7 +47,7 @@ module "alb_controller_ingress_group" { module "dns_gbl_delegated" { source = "cloudposse/stack-config/yaml//modules/remote-state" - version = "1.5.0" + version = "1.8.0" count = local.push_api_enabled ? 1 : 0