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 d1c90b1 commit 55a1086
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"
tenant = (var.account_map_tenant != "") ? var.account_map_tenant : module.this.tenant
Expand All @@ -13,7 +13,7 @@ module "account_map" {

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

component = "config-bucket"
tenant = (var.config_bucket_tenant != "") ? var.config_bucket_tenant : module.this.tenant
Expand All @@ -26,7 +26,7 @@ module "config_bucket" {

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

count = !local.enabled || local.is_global_collector_region ? 0 : 1

Expand All @@ -40,7 +40,7 @@ module "global_collector_region" {

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

component = "aws-team-roles"
environment = var.iam_roles_environment_name
Expand Down

0 comments on commit 55a1086

Please sign in to comment.