terraform-aws-modules / terraform-aws-vpc

Terraform module to create AWS VPC resources πŸ‡ΊπŸ‡¦
https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws
Apache License 2.0
2.99k stars 4.44k forks source link

improvement: Allow Tags To Be Applied To Public/Private Subnets Based Off Of Their Names #1131

Closed toneill818 closed 17 hours ago

toneill818 commented 1 week ago

Description

Added two new variables private_subnet_tags_per_name and public_subnet_tags_per_name. This gives the ability to add tags to a specific subnet.

Motivation and Context

Fixes Issue #1129

fatmcgav commented 18 hours ago

FWIW, #1139 has passed all CI checks πŸ‘

toneill818 commented 17 hours ago

Closing in favor of PR #1139