Skip to content

Commit

Permalink
feat: adds passing terraform_workflow_tool to spacelift-stack module (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowiem authored Jan 10, 2024
1 parent d36df8d commit 2677de4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/spacelift/admin-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ components:
| Name | Source | Version |
|------|--------|---------|
| <a name="module_all_admin_stacks_config"></a> [all\_admin\_stacks\_config](#module\_all\_admin\_stacks\_config) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stacks-from-atmos-config | 1.5.0 |
| <a name="module_child_stack"></a> [child\_stack](#module\_child\_stack) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stack | 1.5.0 |
| <a name="module_child_stack"></a> [child\_stack](#module\_child\_stack) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stack | 1.6.0 |
| <a name="module_child_stacks_config"></a> [child\_stacks\_config](#module\_child\_stacks\_config) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stacks-from-atmos-config | 1.5.0 |
| <a name="module_root_admin_stack"></a> [root\_admin\_stack](#module\_root\_admin\_stack) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stack | 1.5.0 |
| <a name="module_root_admin_stack"></a> [root\_admin\_stack](#module\_root\_admin\_stack) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stack | 1.6.0 |
| <a name="module_root_admin_stack_config"></a> [root\_admin\_stack\_config](#module\_root\_admin\_stack\_config) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-stacks-from-atmos-config | 1.5.0 |
| <a name="module_spaces"></a> [spaces](#module\_spaces) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
Expand Down
2 changes: 1 addition & 1 deletion modules/spacelift/admin-stack/child-stacks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module "child_stacks_config" {

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

for_each = local.child_stacks

Expand Down
2 changes: 1 addition & 1 deletion modules/spacelift/admin-stack/root-admin-stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "all_admin_stacks_config" {

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

enabled = local.create_root_admin_stack

Expand Down
2 changes: 1 addition & 1 deletion modules/spacelift/spaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ No providers.
| Name | Source | Version |
|------|--------|---------|
| <a name="module_policy"></a> [policy](#module\_policy) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-policy | 1.4.0 |
| <a name="module_space"></a> [space](#module\_space) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-space | 1.4.0 |
| <a name="module_space"></a> [space](#module\_space) | cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-space | 1.6.0 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
## Resources
Expand Down
2 changes: 1 addition & 1 deletion modules/spacelift/spaces/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ locals {

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

# 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 Down

0 comments on commit 2677de4

Please sign in to comment.