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 4, 2024
1 parent d07e6d0 commit aebd69b
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
@@ -1,6 +1,6 @@
module "account_map" {
source = "cloudposse/stack-config/yaml//modules/remote-state"
version = "1.5.0"
version = "1.8.0"

component = "account-map"
environment = try(coalesce(var.account_map_environment_name, module.this.environment), null)
Expand All @@ -12,7 +12,7 @@ module "account_map" {

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

component = "ecr"
environment = try(coalesce(var.ecr_environment_name, module.this.environment), null)
Expand All @@ -24,7 +24,7 @@ module "ecr" {

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

component = "vpc"

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

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

component = var.spacelift_spaces_component_name
environment = try(coalesce(var.spacelift_spaces_environment_name, module.this.environment), null)
Expand Down

0 comments on commit aebd69b

Please sign in to comment.