Releases: mineiros-io/terraform-aws-vpc
Releases · mineiros-io/terraform-aws-vpc
v0.7.1
v0.7.0
Changelog
Added
- Add
nat_gateway_single_mode_zoneto be able to set a fixed zone for single NAT gateway deployments. - Add
nat_gateway_eip_allocation_idsto allow bringing external EIPs instead of creating them with the module.
v0.6.0
Changelog
Added
- Add tags for easier data-sourcing
- Add support for elasticache subnet groups
v0.5.0
Changelog
Added
- Add support for db subnet groups
- Add support terraform
v1.x
v0.4.0
Changelog
Added
- Add support for terraform
v0.15
v0.3.0
Changelog
BREAKING CHANGES
- updating will recreate routes to nat gateways using a new resource key as terraform address
Added
- Add support for terraform
v0.14
Fixed
- BREAKING: Fix terraform route modification behavior when switching
nat_gateway_mode
v0.2.0
v0.1.0
Added
- THIS RELEASE IS BREAKING BACKWARD COMPATIBILITY.
- Add support to move subnets between subnet classes without recreation (public, private, intra).
- Add CHANGELOG.md, CONTRIBUTING.md and test/README.md.
- Add new input variables to support dynamic subnets.
- Ensure cidr_blocks are align to network address.
- Document all input arguments and output attributes.
- Add minimal and module_enabled tests
Changed
- THIS RELEASE IS BREAKING BACKWARD COMPATIBILITY.
- Refactor the full module while keeping the same basic feature set.
- Refactor test to deploy VPC with all NAT gateway Modes (single, one_per_az, none).
- Update build-system.
Removed
- THIS RELEASE IS BREAKING BACKWARD COMPATIBILITY.
- Remove routing to the internet from subnets of class 'intra'.
- Remove flags to allow and disallow internet access for private and intra subnets.
- Remove support for static network classes.
- Remove most input variables related to defining subnets.
v0.0.3
Note
- Instance tenancy defaulted to "dedicated" which is very costly when running instances in the VPC for non production workloads on scale. If you used
v0.0.1orv0.0.2please check that you did not start any dedicated instances and review your costs and recreate any started instances to run on shared hardware with default tenenacy. Note: Those are still pre-releases and not meant to run workloads yet. - we unpublished
v0.0.1andv0.0.2.
Changes
- change tenancy to default.
- rename
createtomodule_enabled - implement
module_depends_on - update build system