You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ #42 Add support for provisioning only a single NAT Gateway (#58)
* 🐛 #47 Fix issue with string vs bool value with enable_nat_gateway input
* ✨ #42 Add support for provisioning only a single NAT Gateway
Support subnet-specific additional tags (#51)
* Added var.public_subnet_tags
* Added var.private_subnet_tags
* Added var.database_subnet_tags
* Added var.elasticache_subnet_tags
* Removed Tier subnet tag
This helps solve a specific issue with Kubernetes, where public &
private subnets must be appropriately tagged for public/private ELBs to
work.