Browse Source

small fix

Roberto Barbosa 8 năm trước cách đây
mục cha
commit
c1a5a619b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ha_instance/dns.tf

+ 1 - 1
ha_instance/dns.tf

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