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 "eks" {
22 source = " cloudposse/stack-config/yaml//modules/remote-state"
3- version = " 1.5 .0"
3+ version = " 1.8 .0"
44
55 component = var. eks_component_name
66
@@ -9,7 +9,7 @@ module "eks" {
99
1010module "dns_gbl_delegated" {
1111 source = " cloudposse/stack-config/yaml//modules/remote-state"
12- version = " 1.5 .0"
12+ version = " 1.8 .0"
1313
1414 environment = " gbl"
1515 component = " dns-delegated"
@@ -20,7 +20,7 @@ module "dns_gbl_delegated" {
2020module "saml_sso_providers" {
2121 for_each = local. enabled ? var. saml_sso_providers : {}
2222 source = " cloudposse/stack-config/yaml//modules/remote-state"
23- version = " 1.5 .0"
23+ version = " 1.8 .0"
2424
2525 component = each. value . component
2626 environment = each. value . environment
@@ -32,7 +32,7 @@ module "argocd_repo" {
3232 for_each = local. enabled ? var. argocd_repositories : {}
3333
3434 source = " cloudposse/stack-config/yaml//modules/remote-state"
35- version = " 1.5 .0"
35+ version = " 1.8 .0"
3636
3737 component = each. key
3838 environment = each. value . environment
You can’t perform that action at this time.
0 commit comments