Skip to content

Releases: vtstanescu/aws-vpc

2.0.0

13 Apr 16:19
dac54ff
Compare
Choose a tag to compare
  • Update aws provider minimum version to v5.
  • Replace deprecated vpc attribute of aws_eip resource with domain = "vpc".

1.1.0

20 Oct 07:15
48f60d7
Compare
Choose a tag to compare
  • Replace default network ACLs rules with AWS defaults: allowing all inbound & outbound
    Custom rules can be created using aws_network_acl_rule resource outside the module and the default one created by the module can be skipped using empty_network_acls variable.
  • Associate network ACLs to subnets using aws_network_acl_association resource, instead inline using subnet_ids property of aws_network_acl.
    This will allow associating the network ACLs created by the module with other subnets created outside the module.
  • Make VPC Endpoints gateways for S3 & DynamoDB services optional, but still enabled by default.

1.0.0

19 Sep 08:50
acc64ad
Compare
Choose a tag to compare

First major version release

  • Support single IPv4 CIDR block VPCs with a two-tier setup: public & private subnets
  • Auto-subnetting algorithms: no waste of IPs from VPC CIDR block or equal netmask for all subnets
  • 3 setups for NAT Gateways: one-AZ, failover (one active, one standby), HA (one-per-AZ; all active)
  • VPC Endpoints gateways for S3 & DynamoDB services
  • VPC flow logs
  • Support private subnets only