Skip to content

v2.0.0

Latest

Choose a tag to compare

@antonbabenko antonbabenko released this 24 Oct 11:10
· 1 commit to master since this release

2.0.0 (2025-10-24)

⚠ BREAKING CHANGES

  • Upgrade AWS provider and min required Terraform version to 6.12 and 1.5.7 respectively (#45)

List of backwards incompatible changes

  • Terraform v1.5.7 is now minimum supported version
  • AWS provider v6.12 is now minimum supported version
  • security_group_rules has been split into security_group_ingress_rules and security_group_egress_rules to better match the AWS API and allow for more flexibility in defining security group rules.
  • policy_statements changed from type any to map

Additional changes

Added

  • Support for region parameter to specify the AWS region for the resources created if different from the provider region.

Modified

  • Variable definitions now contain detailed object types in place of the previously used any type.

See the UPGRADE-2.0.md guide for further details