Skip to content

feat: Add upgrade_rollout_order for RDS cluster, force_destroy for DSQL cluster, and master_password_wo variable adjustments - #536

Merged
bryantbiggs merged 2 commits into
terraform-aws-modules:masterfrom
magreenbaum:feat/cluster_upgrade_rollout_order
Jan 8, 2026
Merged

feat: Add upgrade_rollout_order for RDS cluster, force_destroy for DSQL cluster, and master_password_wo variable adjustments#536
bryantbiggs merged 2 commits into
terraform-aws-modules:masterfrom
magreenbaum:feat/cluster_upgrade_rollout_order

Conversation

@magreenbaum

Copy link
Copy Markdown
Member

Description

  • Add upgrade_rollout_order attribute to rds cluster
  • Add force_destroy for dsql cluster
  • Remove cluster_master_password output
  • Add sensitive = true and ephemeral = true to master_password_wo
  • Update master_password_wo_version to type number

Motivation and Context

Breaking Changes

Has hotfixes which could be breaking (min terraform MSV 1.11.1). Marked it as feat though since addition of some new features as well.

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

@magreenbaum magreenbaum changed the title feat: cluster upgrade rollout order and other fixes feat: Add upgrade_rollout_order for rds cluster, force_destroy for dsql cluster and master_password_wo variable adjustments Jan 8, 2026
@magreenbaum magreenbaum changed the title feat: Add upgrade_rollout_order for rds cluster, force_destroy for dsql cluster and master_password_wo variable adjustments feat: Add upgrade_rollout_order for RDS cluster, force_destroy for DSQL cluster, and master_password_wo variable adjustments Jan 8, 2026

@bryantbiggs bryantbiggs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

thank you!

@bryantbiggs
bryantbiggs merged commit cc11f09 into terraform-aws-modules:master Jan 8, 2026
16 of 17 checks passed
antonbabenko pushed a commit that referenced this pull request Jan 8, 2026
## [10.1.0](v10.0.2...v10.1.0) (2026-01-08)

### Features

* Add `upgrade_rollout_order` for RDS cluster, `force_destroy` for DSQL cluster, and `master_password_wo` variable adjustments ([#536](#536)) ([cc11f09](cc11f09))
@antonbabenko

Copy link
Copy Markdown
Member

This PR is included in version 10.1.0 🎉

@github-actions

github-actions Bot commented Feb 8, 2026

Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 8, 2026
@magreenbaum
magreenbaum deleted the feat/cluster_upgrade_rollout_order branch March 1, 2026 02:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

master_password referenced as an output but no longer exists in module master_password_wo should be ephemeral

3 participants