Skip to content

Tags: terraform-community-modules/tf_aws_vpc

Tags

v1.0.14

Added classic_link and classic_link_dns options (#72)

v1.0.13

Create dynamodb endpoint for vpc (#69)

Create dynamodb endpoint for vpc

v1.0.12

Create IGW and public routes if public_subnets are defined (#68)

v1.0.11

#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

v1.0.10

🐛 #47 Fix issue with string vs bool value with enable_nat_gateway inp…

…ut (#57)

v1.0.9

adding s3 endpoint capability (#56)

* adding s3 endpoint capability

* incorporating feedback from @antonbabenko

v1.0.8

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.

v1.0.7

Merge pull request #50 from tfhartmann/adding_network_tier_tags

Adding a Tier tag to all subnets

v1.0.6

Updated README. There will be one NAT gateway per AZ.

v1.0.5

remove tage from aws_elasticache_subnet_group stanza (#46)