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 user-specified tags to take precedence #31

Closed int128 closed 3 years ago

int128 commented 3 years ago

This will fix the user-specified tags to take precedence over the default tags.

See https://www.terraform.io/docs/configuration/functions/merge.html.