File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ resource "null_resource" "child_stack_parent_precondition" {
4444# for each one.
4545module "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
5555module "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
Original file line number Diff line number Diff line change 33# such stack is allowed in the Spacelift organization.
44module "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
1616module "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
2727module "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
You can’t perform that action at this time.
0 commit comments