From 7d4a510b61b8bc07bec15257c0697331b4c0d946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amon=20Ryan?= Date: Wed, 7 Aug 2019 15:20:33 -0700 Subject: [PATCH] Updated Ops Manager DNS entry "pcf" is not an accurate DNS name for Ops Manager to have, for quite some time "opsman" was used in things such as `pcf-pipelines`, the new convention though is to use `ops-manager` in things such as platform automation and such so we should probably default to that instead. --- modules/ops_manager/dns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ops_manager/dns.tf b/modules/ops_manager/dns.tf index 2f194dd..8ec1b8d 100644 --- a/modules/ops_manager/dns.tf +++ b/modules/ops_manager/dns.tf @@ -1,5 +1,5 @@ resource "google_dns_record_set" "ops-manager-dns" { - name = "pcf.${var.dns_zone_dns_name}" + name = "ops-manager.${var.dns_zone_dns_name}" type = "A" ttl = 300