File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ Here are automated tests for the complete example using [bats](https://github.co
131
131
132
132
| Name | Source | Version |
133
133
| ------| --------| ---------|
134
- | <a name =" module_domain_hostname " ></a > [ domain\_ hostname] ( #module\_ domain\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
135
- | <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
134
+ | <a name =" module_domain_hostname " ></a > [ domain\_ hostname] ( #module\_ domain\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
135
+ | <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
136
136
| <a name =" module_kibana_label " ></a > [ kibana\_ label] ( #module\_ kibana\_ label ) | cloudposse/label/null | 0.25.0 |
137
137
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
138
138
| <a name =" module_user_label " ></a > [ user\_ label] ( #module\_ user\_ label ) | cloudposse/label/null | 0.25.0 |
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ data "aws_iam_policy_document" "default" {
170
170
171
171
module "domain_hostname" {
172
172
source = " cloudposse/route53-cluster-hostname/aws"
173
- version = " 0.12.3 "
173
+ version = " 0.13.0 "
174
174
175
175
enabled = module. this . enabled && var. domain_hostname_enabled
176
176
dns_name = var. elasticsearch_subdomain_name == " " ? module. this . id : var. elasticsearch_subdomain_name
@@ -183,7 +183,7 @@ module "domain_hostname" {
183
183
184
184
module "kibana_hostname" {
185
185
source = " cloudposse/route53-cluster-hostname/aws"
186
- version = " 0.12.3 "
186
+ version = " 0.13.0 "
187
187
188
188
enabled = module. this . enabled && var. kibana_hostname_enabled
189
189
dns_name = var. kibana_subdomain_name == " " ? module. kibana_label . id : var. kibana_subdomain_name
You can’t perform that action at this time.
0 commit comments