Skip to content

Releases: terraform-modules/aws-vpc-setup

add tag to subnet, fix up vpc endpoints route53

18 Apr 15:52
Compare
Choose a tag to compare
  • 2.8.2 -- 2023-04-18
    • subnets:
      • add boc:vpc:subnet_label
    • route53-zone-association/lambda-role
      • add ssm permissions
    • route53-zone-association/terraform-role
      • add ssm permissions
    • vpc-interface-endpoint
      • add additional information to ssm parameter
      • cleanup zone creation based on endpoint service definition (some are missing a zone)

subnet: enable availability_zones

11 Apr 12:54
Compare
Choose a tag to compare
  • 2.8.1 -- 2023-04-10
    • subnets:
      • enable availability_zones, to be able to select less than the full set of available zones (say, for do2-gov, where we had 2 but now they have
        3 zones).
      • fix up the cidr math
      • this drops a new variables.subnets.tf for the examples, to include the optional availability_zones
      • as we are nearing completion with updating all of the vpc code to TF 1.x, this should not be a problem, and it really only applies in do2-gov

enbable tgw tagging

20 Mar 21:15
Compare
Choose a tag to compare
  • 2.6.2 -- 2023-03-20
    • tag-shared-vpc-resources
      • enable tgw tagging by default, which works now

add share-resources, fix flowlogs s3 arn

24 Feb 22:24
Compare
Choose a tag to compare
  • 2.6.0 -- 2023-02-24

    • share-resources: new submodule
  • 2.6.1 -- 2023-02-24

    • flowlogs
      • remove iam_role_arn for s3 log destinations to avoid this error:
        Error: creating Flow Log (vpc-0f791ea1e2bb46924): InvalidParameter: DeliverLogsPermissionArn is not applicable for s3 delivery

fix flowlogs s3 arn

24 Feb 22:22
Compare
Choose a tag to compare
  • 1.6.10 -- 2023-02-24
    • flowlogs
      • remove iam_role_arn for s3 log destinations to avoid this error:
        Error: creating Flow Log (vpc-0f791ea1e2bb46924): InvalidParameter: DeliverLogsPermissionArn is not applicable for s3 delivery

-tflowlogs: add enable_kinesis_stream variable

18 Jan 21:13
Compare
Choose a tag to compare
  • 2.4.8 -- 2023-01-18
    • flowlogs
      • add enable_kinesis_stream flag

update nacls to create attachment nacl

30 Dec 16:04
Compare
Choose a tag to compare
  • 2.4.7 -- 2022-12-30
    • nacls
      • split out attachment subnets, if present
      • create attachment nacl, add entries in all, out all

update vpc attachment peer to fix up tags

16 Dec 13:08
Compare
Choose a tag to compare
  • 2.4.6 -- 2022-12-16
    • vpc-transit-gateway-association/self
      • update tags to a common format
      • add var.tags
      • detect if running in network account, and only add ec2_tags if not

add route propagation to vpn route table

07 Dec 19:18
Compare
Choose a tag to compare
  • 2.4.5 -- 2022-12-07
    • vpc-transit-gateway-association/self
      • add route propagation for vpc into VPN route table
      • if vpn_route_prefix_list_name == null, do not create vpn route or route propagation

subnets: add offset

04 Nov 16:05
Compare
Choose a tag to compare
  • 2.4.4 -- 2022-11-04
    • subnets
      • add offset, enabled, availability_zone