int128 / terraform-aws-nat-instance

Terraform module to provision a NAT Instance using an Auto Scaling Group and Spot Instance from $1/month
https://registry.terraform.io/modules/int128/nat-instance/aws/
Apache License 2.0
175 stars 90 forks source link

fix issue: #16, tag ordering #17

Closed nelg closed 4 years ago

nelg commented 4 years ago

This fixes tag ordering by using the "tag" attribute rather than "tags" in the autoscaling group.