The terraform module should allow the user of the module to specify the hostname for the ranger-admin and ranger-database CNAME records that will be part of the ranger_domain. Right now they are hardcoded by the module to ranger-admin and ranger-database. This is problematic if you want to deploy multiple instances of Ranger (say, one per region) but have all the CNAME names be part of the same Route53 zone.
The terraform module should allow the user of the module to specify the hostname for the ranger-admin and ranger-database CNAME records that will be part of the
ranger_domain
. Right now they are hardcoded by the module toranger-admin
andranger-database
. This is problematic if you want to deploy multiple instances of Ranger (say, one per region) but have all the CNAME names be part of the same Route53 zone.