Skip to content

Conversation

@rockholla
Copy link
Contributor

@rockholla rockholla commented Oct 28, 2025

Description

  • Terraform v1.11 is now minimum supported version to support the write-only (wo_* ) arguments
  • AWS provider v6.8 is now minimum supported version
  • The value argument has been replaced with the value_wo to ensure the sensitive value is never written to state
  • value_wo_version has been added to support the use of value_wo
  • ssm_parameter_tags_all output has been removed
  • Support for region parameter to specify the AWS region for the resources created if different from the provider region.

Motivation and Context

Breaking Changes

  • Yes

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 bryantbiggs changed the title feat: Add support for region argument on internal resources per https… feat!: Upgrade AWS provider and min required Terraform version to 6.8 and 1.11 respectively Nov 10, 2025
@bryantbiggs bryantbiggs merged commit 2193a3c into terraform-aws-modules:master Nov 10, 2025
6 checks passed
antonbabenko pushed a commit that referenced this pull request Nov 10, 2025
## [2.0.0](v1.2.0...v2.0.0) (2025-11-10)

### ⚠ BREAKING CHANGES

* Upgrade AWS provider and min required Terraform version to `6.8` and `1.11` respectively (#12)

### Features

* Upgrade AWS provider and min required Terraform version to `6.8` and `1.11` respectively ([#12](#12)) ([2193a3c](2193a3c))
@antonbabenko
Copy link
Member

This PR is included in version 2.0.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support new AWS provider > 6.x and enhanced regional support for resources

3 participants