You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
I'm almost certain I deployed multiple instances of PCF with this tooling using the same DNS zone, and the records would be of the form *.<env_name>.<dns_suffix>. In fact, the README still seems to call this out.
When I use the tooling now, my DNS records are missing the env name entirely, and just use the DNS name of the specified zone.
I looked at the history of the terraform, and it seems dns.tf has always just used name = "foo.${var.dns_suffix}.". This means something must have been putting env_name in the DNS_SUFFIX, but I don't see where that happened either.
Am I crazy? Did it ever work this way?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm almost certain I deployed multiple instances of PCF with this tooling using the same DNS zone, and the records would be of the form
*.<env_name>.<dns_suffix>
. In fact, the README still seems to call this out.When I use the tooling now, my DNS records are missing the env name entirely, and just use the DNS name of the specified zone.
I looked at the history of the terraform, and it seems
dns.tf
has always just usedname = "foo.${var.dns_suffix}."
. This means something must have been putting env_name in the DNS_SUFFIX, but I don't see where that happened either.Am I crazy? Did it ever work this way?
The text was updated successfully, but these errors were encountered: