Skip to content

Commit b8378a9

Browse files
chore(deps): update terraform cloudposse/cloud-infrastructure-automation/spacelift to v1.7.2 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90c935d commit b8378a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/child-stacks.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resource "null_resource" "child_stack_parent_precondition" {
4444
# for each one.
4545
module "child_stacks_config" {
4646
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stacks-from-atmos-config"
47-
version = "1.5.0"
47+
version = "1.7.2"
4848

4949
context_filters = var.context_filters
5050
excluded_context_filters = var.excluded_context_filters
@@ -54,7 +54,7 @@ module "child_stacks_config" {
5454

5555
module "child_stack" {
5656
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stack"
57-
version = "1.6.0"
57+
version = "1.7.2"
5858

5959
for_each = local.child_stacks
6060

src/root-admin-stack.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# such stack is allowed in the Spacelift organization.
44
module "root_admin_stack_config" {
55
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stacks-from-atmos-config"
6-
version = "1.5.0"
6+
version = "1.7.2"
77

88
enabled = local.create_root_admin_stack
99

@@ -15,7 +15,7 @@ module "root_admin_stack_config" {
1515
# This gets the atmos stack config for all of the administrative stacks
1616
module "all_admin_stacks_config" {
1717
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stacks-from-atmos-config"
18-
version = "1.5.0"
18+
version = "1.7.2"
1919

2020
enabled = local.create_root_admin_stack
2121

@@ -26,7 +26,7 @@ module "all_admin_stacks_config" {
2626

2727
module "root_admin_stack" {
2828
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stack"
29-
version = "1.6.0"
29+
version = "1.7.2"
3030

3131
enabled = local.create_root_admin_stack
3232

0 commit comments

Comments
 (0)