terraform-aws-asg-dns-handler icon indicating copy to clipboard operation
terraform-aws-asg-dns-handler copied to clipboard

Terraform module for dynamically setting hostnames following a pattern on instances in AWS Auto Scaling Groups

Results 7 terraform-aws-asg-dns-handler issues
Sort by recently updated
recently updated
newest added

I was very surprised when my instance names changed after adding this. I much prefer their original names, so I added a way to opt-out of of them being change....

Creating DNS for multihost entries aka roundrobin DNS. Updated to TF 12 This addresses https://github.com/meltwater/terraform-aws-asg-dns-handler/issues/33 For the repo owner If you want people such as myself raising PR's please consider...

Could we omit instance id from DNS name template, and use this module just as a way to create a DNS record to access nodes in ASG with stable DNS...

Fixes https://github.com/meltwater/terraform-aws-asg-dns-handler/issues/58 Somehow AWS suddenly changed the type of the env var despite being defined in https://github.com/meltwater/terraform-aws-asg-dns-handler/blob/master/variables.tf#L22-L26 as number. @meltwater-ateam Please consider merging this bugfix. ``` ERROR] ParamValidationError: Parameter validation...

### Observed Behaviour Updating to v2.1.8 causes the Lambda to fail with the following error: ```text [ERROR] ParamValidationError: Parameter validation failed: Invalid type for parameter ChangeBatch.Changes[0].ResourceRecordSet.TTL, value: 300, type: ,...

bug

## Proposed Changes 1. Update the `variables.tf` to include a new `hostname_tag_name` variable. 2. Modify `main.tf` to read `hostname_tag_name` from the variables instead of hardcoding it. 3. In `autoscale.py`, change...

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our [code of conduct](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. Fixes # ## Proposed Changes - - - ### Description ###...