Browse Source

Merge pull request #34 from mdr-engineering/feature/ftd_MSOCI-1355_fix_dns_name

Fixes inconsistent naming
Frederick Damstra 5 years ago
parent
commit
756c8d5207
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base/dns/resolver_instance/main.tf

+ 1 - 1
base/dns/resolver_instance/main.tf

@@ -79,7 +79,7 @@ data "template_file" "cloud-init" {
 
   vars = {
     hostname = local.instance_name
-    fqdn = "dns-${var.aws_partition_alias}.${var.dns_info["private"]["zone"]}"
+    fqdn = "resolver-${var.aws_partition_alias}.${var.dns_info["private"]["zone"]}"
     environment = var.environment
     # can't use the DNS name like we would most places, because this is the DNS server
     saltmaster  = var.salt_master_ip