Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/stack-config/yaml to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 8731f9f commit e9254c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/remote-state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit e9254c0

Please sign in to comment.