Skip to content

Conversation

bryantbiggs
Copy link
Member

Description

List of backwards incompatible changes

  • Terraform v1.5.7 is now minimum supported version
  • AWS provider v6.5 is now minimum supported version

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.
  • Security group rules now use a default naming scheme of <security-group-name>-<map-key> unless a more specific rule name is provided.
  • rule.actions.type has been replaced with rule.actions.<type>. See before/after below for more details.
  • query_string supports a list of key:value pairs; type definition updated to support this (i.e. was map(string) and is now list(map(string)))

Removed

  • None

Motivation and Context

Breaking Changes

  • Yes, see docs/UPGRADE-10.0.md guide

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@bryantbiggs
Copy link
Member Author

cc @antonbabenko if you have time/feedback on the proposed changes

Copy link
Member

@antonbabenko antonbabenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very nice and clean!

type = string
default = "terraform-aws-modules.modules.tf"
# default = "terraform-aws-modules.modules.tf"
default = "sharedservices.clowd.haus"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe put it into terraform.tfvars? I'm unsure which approach is best for both of us to be able to run these examples without manual changes.

Copy link
Member Author

@bryantbiggs bryantbiggs Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah shoot - I normally just revert any changes to this but looks like I missed these

reverted in ba1e1cf

@bryantbiggs bryantbiggs merged commit f431c0f into terraform-aws-modules:master Sep 16, 2025
9 checks passed
@bryantbiggs bryantbiggs deleted the feat/upgrade branch September 16, 2025 19:12
antonbabenko pushed a commit that referenced this pull request Sep 16, 2025
## [10.0.0](v9.17.0...v10.0.0) (2025-09-16)

### ⚠ BREAKING CHANGES

* Bump min supported version of Terraform and AWS to 1.5.7 and `6.5` respectively (#411)

### Features

* Bump min supported version of Terraform and AWS to 1.5.7 and `6.5` respectively ([#411](#411)) ([f431c0f](f431c0f))
@antonbabenko
Copy link
Member

This PR is included in version 10.0.0 🎉

@bryantbiggs bryantbiggs changed the title feat!: Bump min supported version of Terraform and AWS to 1.5.7 and 6.5 respectively feat!: Bump min supported version of Terraform and AWS to 1.5.7 and 6.5 respectively Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for region argument
2 participants