Skip to content

Commit

Permalink
Fixes kibana_hostname module using incorrect endpoint output (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowiem authored Aug 18, 2020
1 parent 736408c commit c7bc8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@ module "kibana_hostname" {
name = var.kibana_subdomain_name
ttl = 60
zone_id = var.dns_zone_id
records = [join("", aws_elasticsearch_domain.default.*.endpoint)]
records = [join("", aws_elasticsearch_domain.default.*.kibana_endpoint)]
}

0 comments on commit c7bc8c8

Please sign in to comment.