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 @@ -248,7 +248,7 @@ resource "aws_elasticsearch_domain_policy" "default" {
248
248
}
249
249
250
250
module "domain_hostname" {
251
- source = " git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.3 .0"
251
+ source = " git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.5 .0"
252
252
enabled = var. enabled && var. dns_zone_id != " " ? true : false
253
253
name = var. elasticsearch_subdomain_name == " " ? var. name : var. elasticsearch_subdomain_name
254
254
ttl = 60
@@ -257,7 +257,7 @@ module "domain_hostname" {
257
257
}
258
258
259
259
module "kibana_hostname" {
260
- source = " git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.3 .0"
260
+ source = " git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.5 .0"
261
261
enabled = var. enabled && var. dns_zone_id != " " ? true : false
262
262
name = var. kibana_subdomain_name
263
263
ttl = 60
You can’t perform that action at this time.
0 commit comments