Skip to content

Commit 46992ed

Browse files
committed
fix: issue where regional would incorrectly default to
1 parent af7fbbb commit 46992ed

9 files changed

+907
-3
lines changed

.github/workflows/terraform_provider_pr.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,17 @@ jobs:
113113
go-version-file: go.mod
114114
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudActiveActiveDatabase_CRUDI"'
115115

116+
go_test_smoke_aa_enable_default_user:
117+
name: go test smoke aa enable default user
118+
needs: [go_build]
119+
runs-on: ubuntu-latest
120+
steps:
121+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
123+
with:
124+
go-version-file: go.mod
125+
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudActiveActiveDatabase_enableDefaultUser"'
126+
116127
go_test_smoke_essentials_sub:
117128
name: go test smoke essentials sub
118129
needs: [go_build]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

66

7+
# Unreleased
8+
9+
## Fixed
10+
- `rediscloud_active_active_subscription_database`: Fixed issue where regional `enable_default_user` would incorrectly default to `false` instead of inheriting from `global_enable_default_user` when not explicitly specified in the region configuration.
11+
12+
713
# 2.7.2 (3rd November 2025)
814

915
## Fixed

0 commit comments

Comments
 (0)