File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ Available targets:
180
180
181
181
| Name | Source | Version |
182
182
| ------| --------| ---------|
183
- | <a name =" module_domain_hostname " ></a > [ domain\_ hostname] ( #module\_ domain\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
184
- | <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
183
+ | <a name =" module_domain_hostname " ></a > [ domain\_ hostname] ( #module\_ domain\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
184
+ | <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
185
185
| <a name =" module_kibana_label " ></a > [ kibana\_ label] ( #module\_ kibana\_ label ) | cloudposse/label/null | 0.25.0 |
186
186
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
187
187
| <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 17
17
18
18
| Name | Source | Version |
19
19
| ------| --------| ---------|
20
- | <a name =" module_domain_hostname " ></a > [ domain\_ hostname] ( #module\_ domain\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
21
- | <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
20
+ | <a name =" module_domain_hostname " ></a > [ domain\_ hostname] ( #module\_ domain\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
21
+ | <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
22
22
| <a name =" module_kibana_label " ></a > [ kibana\_ label] ( #module\_ kibana\_ label ) | cloudposse/label/null | 0.25.0 |
23
23
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
24
24
| <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 @@ -296,7 +296,7 @@ resource "aws_elasticsearch_domain_policy" "default" {
296
296
297
297
module "domain_hostname" {
298
298
source = " cloudposse/route53-cluster-hostname/aws"
299
- version = " 0.12.2 "
299
+ version = " 0.12.3 "
300
300
301
301
enabled = module. this . enabled && var. domain_hostname_enabled
302
302
dns_name = var. elasticsearch_subdomain_name == " " ? module. this . id : var. elasticsearch_subdomain_name
@@ -309,7 +309,7 @@ module "domain_hostname" {
309
309
310
310
module "kibana_hostname" {
311
311
source = " cloudposse/route53-cluster-hostname/aws"
312
- version = " 0.12.2 "
312
+ version = " 0.12.3 "
313
313
314
314
enabled = module. this . enabled && var. kibana_hostname_enabled
315
315
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