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 11module "vpc" {
22 source = " cloudposse/stack-config/yaml//modules/remote-state"
3- version = " 1.5 .0"
3+ version = " 1.8 .0"
44
55 component = " vpc"
66
@@ -9,7 +9,7 @@ module "vpc" {
99
1010module "eks" {
1111 source = " cloudposse/stack-config/yaml//modules/remote-state"
12- version = " 1.5 .0"
12+ version = " 1.8 .0"
1313
1414 for_each = local. eks_security_group_enabled ? var. eks_component_names : toset ([])
1515
@@ -20,7 +20,7 @@ module "eks" {
2020
2121module "dns_delegated" {
2222 source = " cloudposse/stack-config/yaml//modules/remote-state"
23- version = " 1.5 .0"
23+ version = " 1.8 .0"
2424
2525 component = " dns-delegated"
2626 environment = " gbl"
@@ -30,7 +30,7 @@ module "dns_delegated" {
3030
3131module "vpc_ingress" {
3232 source = " cloudposse/stack-config/yaml//modules/remote-state"
33- version = " 1.5 .0"
33+ version = " 1.8 .0"
3434
3535 for_each = toset (var. allow_ingress_from_vpc_stages )
3636
You can’t perform that action at this time.
0 commit comments