You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.