File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ components:
6565
6666| Name | Source | Version |
6767|------|--------|---------|
68- | <a name="module_dns_gbl_delegated"></a> [dns\_ gbl\_ delegated](#module\_ dns\_ gbl\_ delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
69- | <a name="module_dns_gbl_primary"></a> [dns\_ gbl\_ primary](#module\_ dns\_ gbl\_ primary) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
70- | <a name="module_eks"></a> [eks](#module\_ eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
68+ | <a name="module_dns_gbl_delegated"></a> [dns\_ gbl\_ delegated](#module\_ dns\_ gbl\_ delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
69+ | <a name="module_dns_gbl_primary"></a> [dns\_ gbl\_ primary](#module\_ dns\_ gbl\_ primary) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
70+ | <a name="module_eks"></a> [eks](#module\_ eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
7171| <a name="module_external_dns"></a> [external\_ dns](#module\_ external\_ dns) | cloudposse/helm-release/aws | 0.7.0 |
7272| <a name="module_iam_roles"></a> [iam\_ roles](#module\_ iam\_ roles) | ../../account-map/modules/iam-roles | n/a |
7373| <a name="module_this"></a> [this](#module\_ this) | cloudposse/label/null | 0.25.0 |
Original file line number Diff line number Diff line change 11module "eks" {
22 source = " cloudposse/stack-config/yaml//modules/remote-state"
3- version = " 1.4.1 "
3+ version = " 1.5.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.4.1 "
12+ version = " 1.5.0 "
1313
1414 component = " dns-delegated"
1515 environment = var. dns_gbl_delegated_environment_name
@@ -23,7 +23,7 @@ module "dns_gbl_delegated" {
2323
2424module "dns_gbl_primary" {
2525 source = " cloudposse/stack-config/yaml//modules/remote-state"
26- version = " 1.4.1 "
26+ version = " 1.5.0 "
2727
2828 component = " dns-primary"
2929 environment = var. dns_gbl_primary_environment_name
You can’t perform that action at this time.
0 commit comments