Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/cloud-infrastructure-automat…
Browse files Browse the repository at this point in the history
…ion/spacelift to v1.7.1
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 99f3163 commit b9f330f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions components/terraform/spacelift/admin-stack/child-stacks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "null_resource" "child_stack_parent_precondition" {
# for each one.
module "child_stacks_config" {
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stacks-from-atmos-config"
version = "1.5.0"
version = "1.7.1"

context_filters = var.context_filters
excluded_context_filters = var.excluded_context_filters
Expand All @@ -54,7 +54,7 @@ module "child_stacks_config" {

module "child_stack" {
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stack"
version = "1.6.0"
version = "1.7.1"

for_each = local.child_stacks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# such stack is allowed in the Spacelift organization.
module "root_admin_stack_config" {
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stacks-from-atmos-config"
version = "1.5.0"
version = "1.7.1"

enabled = local.create_root_admin_stack

Expand All @@ -15,7 +15,7 @@ module "root_admin_stack_config" {
# This gets the atmos stack config for all of the administrative stacks
module "all_admin_stacks_config" {
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stacks-from-atmos-config"
version = "1.5.0"
version = "1.7.1"

enabled = local.create_root_admin_stack

Expand All @@ -26,7 +26,7 @@ module "all_admin_stacks_config" {

module "root_admin_stack" {
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stack"
version = "1.6.0"
version = "1.7.1"

enabled = local.create_root_admin_stack

Expand Down
4 changes: 2 additions & 2 deletions components/terraform/spacelift/spaces/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ locals {

module "space" {
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-space"
version = "1.6.0"
version = "1.7.1"

# Create a space for each entry in the `spaces` variable, except for the root space which already exists by default
# and cannot be deleted.
Expand All @@ -54,7 +54,7 @@ module "space" {

module "policy" {
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-policy"
version = "1.7.0"
version = "1.7.1"

for_each = local.all_policies_inputs

Expand Down

0 comments on commit b9f330f

Please sign in to comment.