Closed dwmkerr closed 7 years ago
When a valid public DNS such as xip.io is used, it is rewritten. E.g:
xip.io
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?)
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
When a valid public DNS such as
xip.io
is used, it is rewritten. E.g:Becomes:
Would be good if we can use the same DNS consistently (is this just config in the template file?)