Releases: terraform-modules/aws-vpc-setup
Releases · terraform-modules/aws-vpc-setup
add vpc-interface-type=Interface filter
- v1.4.4 -- 20220119
- vpc-interface-endpoint
- add vpc-interface-type=Interface filter
- vpc-interface-endpoint
add output fields to vpc-interface-endpoint
- v1.4.3 -- 20220118
- vpc-interface-endpoint
- add to output: subnet_ids, network_interface_ids
- vpc-interface-endpoint
fix nacl limit by adding flags
- 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)