Skip to content

Releases: terraform-modules/aws-vpc-setup

add vpc-interface-type=Interface filter

19 Jan 14:33
Compare
Choose a tag to compare
  • v1.4.4 -- 20220119
    • vpc-interface-endpoint
      • add vpc-interface-type=Interface filter

add output fields to vpc-interface-endpoint

18 Jan 14:03
Compare
Choose a tag to compare
  • v1.4.3 -- 20220118
    • vpc-interface-endpoint
      • add to output: subnet_ids, network_interface_ids

fix nacl limit by adding flags

09 Jan 15:51
Compare
Choose a tag to compare
  • v1.4.2 -- 20220109
    • add common/versions.tf to prep for tf 0.13+
    • common/defaults.tf
      • add 10/8 to enteprise list and make the default, due to a max of 40 nacl entries in a nacl
    • nacls-rules
      • add variable enable_rules (boolean) to create or not create the rule
    • peers
      • add variables enable_nacl_entry_self and enable_nacl_entry_peer to determine whether to create the rule local/remote (default false)