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.0 |
184
- | <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
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 |
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.0 |
21
- | <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
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 |
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 @@ -265,7 +265,7 @@ resource "aws_elasticsearch_domain_policy" "default" {
265
265
266
266
module "domain_hostname" {
267
267
source = " cloudposse/route53-cluster-hostname/aws"
268
- version = " 0.12.0 "
268
+ version = " 0.12.2 "
269
269
270
270
enabled = module. this . enabled && var. domain_hostname_enabled
271
271
dns_name = var. elasticsearch_subdomain_name == " " ? module. this . id : var. elasticsearch_subdomain_name
@@ -278,7 +278,7 @@ module "domain_hostname" {
278
278
279
279
module "kibana_hostname" {
280
280
source = " cloudposse/route53-cluster-hostname/aws"
281
- version = " 0.12.0 "
281
+ version = " 0.12.2 "
282
282
283
283
enabled = module. this . enabled && var. kibana_hostname_enabled
284
284
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