File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ resource "aws_elasticsearch_domain_policy" "default" {
262
262
263
263
module "domain_hostname" {
264
264
source = " cloudposse/route53-cluster-hostname/aws"
265
- version = " 0.10 .0"
265
+ version = " 0.12 .0"
266
266
267
267
enabled = module. this . enabled && var. domain_hostname_enabled
268
268
dns_name = var. elasticsearch_subdomain_name == " " ? module. this . id : var. elasticsearch_subdomain_name
@@ -275,7 +275,7 @@ module "domain_hostname" {
275
275
276
276
module "kibana_hostname" {
277
277
source = " cloudposse/route53-cluster-hostname/aws"
278
- version = " 0.10 .0"
278
+ version = " 0.12 .0"
279
279
280
280
enabled = module. this . enabled && var. kibana_hostname_enabled
281
281
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