Browse Source

small fix

Roberto Barbosa 8 years ago
parent
commit
c1a5a619b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ha_instance/dns.tf

+ 1 - 1
ha_instance/dns.tf

@@ -1,7 +1,7 @@
 /***************************************************
 /***************************************************
 * DNS ENTRY
 * DNS ENTRY
 ****************************************************/
 ****************************************************/
-resource "aws_route53_record" "nuxeo" {
+resource "aws_route53_record" "main" {
   zone_id = "Z1Q6U2S3PKXGNS"
   zone_id = "Z1Q6U2S3PKXGNS"
   name = "${var.stack_name}"
   name = "${var.stack_name}"
   type = "A"
   type = "A"