Releases: oozou/terraform-aws-vpc
Releases · oozou/terraform-aws-vpc
v2.0.2
v1.2.6
Full Changelog: v1.2.5...v1.2.6
v2.0.1
[v2.0.1] - 2023-06-15
Changed
- When running with a provider version of 6 or higher, certain modules may not function properly. However, we can address the modules that are not compatible with version 6 to ensure compatibility. This way, we don't need to edit all the modules. So we update the constraint to
>= 5.0.0
at the module level.
- fix: provider version constraint by @xshot9011 in #35
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
[v2.0.0] - 2023-06-08
BREAKING CHANGES
- Upgrade the AWS provider to version 5 with the constraint of
>= 5.0.0, < 6.0.0
.
Full Changelog: v1.2.5...v2.0.0
v1.2.5
v1.2.4
v1.2.3
What's Changed
- fix: non public repo by @xshot9011 in #31
Changed
- Update source and version module of
centralize_flow_log_bucket
andflow_log_kms
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- chore: change s3 to new version 1.1.3 by @bemillenium in #30
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- chore: change flowlog to public module by @bemillenium in #29
New Contributors
- @bemillenium made their first contribution in #29
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- (feat) update example for vpc module by @waruwat-dev in #26
- feat: support secondary cidr with subnet and isolated nat by @xshot9011 in #27
[v1.1.8] - 2022-09-15
Added
- Add resource
aws_vpc_ipv4_cidr_block_association.secondary_cidr
to associate vpc with second CIDR using for application - Add resource
aws_subnet.secondary
- Add resource
aws_nat_gateway.secondary_nat
as private connection in private subnet - Add resource
aws_route_table.secondary
for secondary subnet - Add resource
aws_route.secondary_nat_gateway
for secondary CIDR to use NAT as default route - Add resource
aws_route.secondary_nat_gateway_ipv6
for secondary CIDR to use NAT as default route (IPv6) - Add resource
aws_route_table_association.secondary
to associate route table with subnet - Add output
secondary_vpc_cidr_block
- Add output
secondary_natgw_ids
- Add output
secondary_subnet_ids
- Add output
secondary_subnet_arns
- Add output
secondary_subnet_cidrs_blocks
- Add output
secondary_subnet_ipv6_cidr_blocks
- Add variable
var.secondary_cidr
- Add variable
var.secondary_subnets
- Add variable
var.is_create_secondary_nat_gateway
to allow non-nat creation - Add secondary cidr
./examples/secondary-cidr
Changed
- Update description for variable
var.public_subnets
- Update description for variable
var.private_subnets
- Update description for variable
var.database_subnets
- Update file
.gitignore
Removed
- Remove variable
var.enable_classiclink
due to deprecation - Remove variable
var.is_enable_classiclink_dns_support
due to deprecation
Full Changelog: v1.1.7...v1.2.0