hardfinhq / terraform-aws-tailscale-subnet-router

Terraform module for Tailscale subnet router in AWS ECS Fargate
https://registry.terraform.io/modules/hardfinhq/tailscale-subnet-router/aws
Apache License 2.0
30 stars 9 forks source link

Additional Routes and support `cpu_architecture` override (e.g. for ARM64) #7

Closed cablespaghetti closed 1 year ago

cablespaghetti commented 1 year ago

Adds additional routes which is something we need to have a single subnet router for our multiple VPCs. Also fixes #6 for good measure.

dhermes commented 1 year ago

@cablespaghetti Thanks for the contribution! I'll tag a release v1.20230203.1 right now that you can pin to!

UPDATE: Done