Breaking changes:
module.vpn.aws_ec2_client_vpn_route.this_sso["subnet_id"] was moved to module.vpn.aws_ec2_client_vpn_route.this_sso["subnet_id:cidr"]. Sample of the moving block:
moved {
from = module.networking.module.vpn.aws_ec2_client_vpn_route.this_sso["subnet-01c9c73c9a0946dfa"]
to = module.networking.module.vpn.aws_ec2_client_vpn_route.this_sso["subnet-01c9c73c9a0946dfa:10.0.0.0/8"]
}What's Changed
- Allow multiple destination subnets for single subnet_id by @fulior in #24
- Invalid for_each argument for subnets causing the module to fail with
attributes that cannot be determined until applyerror is solved by @EreminAnton in #28
New Contributors
- @fulior made their first contribution in #24
- @EreminAnton made their first contribution in #28
Full Changelog: v5.0.0...6.0.0