dwmkerr / terraform-aws-openshift

Create infrastructure with Terraform and AWS, install OpenShift. Party!
http://www.dwmkerr.com/get-up-and-running-with-openshift-on-aws
MIT License
170 stars 174 forks source link

Public DNS is being re-written #6

Closed dwmkerr closed 7 years ago

dwmkerr commented 7 years ago

When a valid public DNS such as xip.io is used, it is rewritten. E.g:

openshifting.com:8443

Becomes:

https://ec2-174-129-157-151.compute-1.amazonaws.com:8443

Would be good if we can use the same DNS consistently (is this just config in the template file?)

dwmkerr commented 7 years ago

The fix is here:

https://github.com/dwmkerr/terraform-aws-openshift/pull/15/files#diff-200575d1f83d095c0a50bc7ce80f1237R19

It is, indeed, a line in the config file