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 6, 2024
1 parent 2571bbc commit 857f7b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/remote-state.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vpc" {
source = "cloudposse/stack-config/yaml//modules/remote-state"
version = "1.5.0"
version = "1.8.0"

component = "vpc"

Expand All @@ -9,7 +9,7 @@ module "vpc" {

module "eks" {
source = "cloudposse/stack-config/yaml//modules/remote-state"
version = "1.5.0"
version = "1.8.0"

for_each = local.eks_security_group_enabled ? var.eks_component_names : toset([])

Expand All @@ -20,7 +20,7 @@ module "eks" {

module "gbl_dns_delegated" {
source = "cloudposse/stack-config/yaml//modules/remote-state"
version = "1.5.0"
version = "1.8.0"

component = "dns-delegated"
environment = "gbl"
Expand Down

0 comments on commit 857f7b6

Please sign in to comment.