Skip to content

Commit

Permalink
Update terraform-aws-route53-cluster-hostname versions to support Ter…
Browse files Browse the repository at this point in the history
…raform 0.13 (#68)
  • Loading branch information
bmonkman authored Aug 24, 2020
1 parent 07c8b4c commit c4f78d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ resource "aws_elasticsearch_domain_policy" "default" {
}

module "domain_hostname" {
source = "git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.3.0"
source = "git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.5.0"
enabled = var.enabled && var.dns_zone_id != "" ? true : false
name = var.elasticsearch_subdomain_name == "" ? var.name : var.elasticsearch_subdomain_name
ttl = 60
Expand All @@ -257,7 +257,7 @@ module "domain_hostname" {
}

module "kibana_hostname" {
source = "git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.3.0"
source = "git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.5.0"
enabled = var.enabled && var.dns_zone_id != "" ? true : false
name = var.kibana_subdomain_name
ttl = 60
Expand Down

0 comments on commit c4f78d3

Please sign in to comment.