0.16.0 Adds dns_subdomain variable to override subdomain
what
- Adds dns_subdomain variable to override subdomain
- Fix
apply_immediately
parameter
why
- Helps in case of need the ability to scope the subdomain of this service to an environment specific resource
- It was declared as a variable, but wasn't actually set on the
aws_elasticache_replication_group
resource.