File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module "account_map" {
2
2
source = " cloudposse/stack-config/yaml//modules/remote-state"
3
- version = " 1.5 .0"
3
+ version = " 1.8 .0"
4
4
5
5
component = " account-map"
6
6
environment = try (coalesce (var. account_map_environment_name , module. this . environment ), null )
@@ -12,7 +12,7 @@ module "account_map" {
12
12
13
13
module "ecr" {
14
14
source = " cloudposse/stack-config/yaml//modules/remote-state"
15
- version = " 1.5 .0"
15
+ version = " 1.8 .0"
16
16
17
17
component = " ecr"
18
18
environment = try (coalesce (var. ecr_environment_name , module. this . environment ), null )
@@ -24,7 +24,7 @@ module "ecr" {
24
24
25
25
module "vpc" {
26
26
source = " cloudposse/stack-config/yaml//modules/remote-state"
27
- version = " 1.5 .0"
27
+ version = " 1.8 .0"
28
28
29
29
component = " vpc"
30
30
@@ -33,7 +33,7 @@ module "vpc" {
33
33
34
34
module "spaces" {
35
35
source = " cloudposse/stack-config/yaml//modules/remote-state"
36
- version = " 1.5 .0"
36
+ version = " 1.8 .0"
37
37
38
38
component = var. spacelift_spaces_component_name
39
39
environment = try (coalesce (var. spacelift_spaces_environment_name , module. this . environment ), null )
You can’t perform that action at this time.
0 commit comments