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 "vpc" {
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 = " vpc"
6
6
@@ -9,7 +9,7 @@ module "vpc" {
9
9
10
10
module "eks" {
11
11
source = " cloudposse/stack-config/yaml//modules/remote-state"
12
- version = " 1.5 .0"
12
+ version = " 1.8 .0"
13
13
14
14
for_each = local. eks_security_group_enabled ? var. eks_component_names : toset ([])
15
15
@@ -20,7 +20,7 @@ module "eks" {
20
20
21
21
module "dns_delegated" {
22
22
source = " cloudposse/stack-config/yaml//modules/remote-state"
23
- version = " 1.5 .0"
23
+ version = " 1.8 .0"
24
24
25
25
component = " dns-delegated"
26
26
environment = " gbl"
@@ -30,7 +30,7 @@ module "dns_delegated" {
30
30
31
31
module "vpc_ingress" {
32
32
source = " cloudposse/stack-config/yaml//modules/remote-state"
33
- version = " 1.5 .0"
33
+ version = " 1.8 .0"
34
34
35
35
for_each = toset (var. allow_ingress_from_vpc_stages )
36
36
You can’t perform that action at this time.
0 commit comments