Skip to content

Commit

Permalink
fix hostname on route53
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodasilvalenga committed Apr 5, 2022
1 parent bf7c24e commit bb81ccb
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 @@ -114,7 +114,7 @@ resource "aws_elasticsearch_domain_saml_options" "opensearch" {

resource "aws_route53_record" "opensearch" {
zone_id = data.aws_route53_zone.opensearch.id
name = var.cluster_name
name = var.cluster_hostname
type = "CNAME"
ttl = "60"

Expand Down

0 comments on commit bb81ccb

Please sign in to comment.