Skip to content

Commit c4f78d3

Browse files
authored
Update terraform-aws-route53-cluster-hostname versions to support Terraform 0.13 (#68)
1 parent 07c8b4c commit c4f78d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ resource "aws_elasticsearch_domain_policy" "default" {
248248
}
249249

250250
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"
252252
enabled = var.enabled && var.dns_zone_id != "" ? true : false
253253
name = var.elasticsearch_subdomain_name == "" ? var.name : var.elasticsearch_subdomain_name
254254
ttl = 60
@@ -257,7 +257,7 @@ module "domain_hostname" {
257257
}
258258

259259
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"
261261
enabled = var.enabled && var.dns_zone_id != "" ? true : false
262262
name = var.kibana_subdomain_name
263263
ttl = 60

0 commit comments

Comments
 (0)