Skip to content

6.0.0

Latest

Choose a tag to compare

@EreminAnton EreminAnton released this 20 Jan 11:14
76605df

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 apply error is solved by @EreminAnton in #28

New Contributors

Full Changelog: v5.0.0...6.0.0