Skip to content

Releases: oozou/terraform-aws-vpc

v2.0.2

27 Jul 04:59
e5605c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v1.2.6

27 Jul 04:24
Compare
Choose a tag to compare

Full Changelog: v1.2.5...v1.2.6

v2.0.1

15 Jun 09:09
22f0a75
Compare
Choose a tag to compare

[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.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 Jun 16:04
887c6ae
Compare
Choose a tag to compare

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

24 May 09:48
504f9b8
Compare
Choose a tag to compare

What's Changed

  • fix db route table error when disable nat by @lycbrian in #33

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

28 Sep 06:17
3c70d52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

22 Sep 09:33
1a56527
Compare
Choose a tag to compare

What's Changed

Changed

  • Update source and version module of centralize_flow_log_bucket and flow_log_kms

Full Changelog: v1.2.2...v1.2.3

v1.2.2

19 Sep 10:34
26bb44e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Sep 10:12
467528b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

15 Sep 05:17
1f3bfb6
Compare
Choose a tag to compare

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