File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -149,18 +149,6 @@ jobs:
149149 go-version-file : go.mod
150150 - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"'
151151
152- # TODO: remove, temporary: tests the subscription regions
153- go_test_smoke_aa_sub_regions :
154- name : go test smoke aa sub regions
155- needs : [go_build]
156- runs-on : ubuntu-latest
157- steps :
158- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
159- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
160- with :
161- go-version-file : go.mod
162- - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudActiveActiveSubscriptionRegions_CRUDI"'
163-
164152 tfproviderlint :
165153 name : tfproviderlint
166154 needs : [go_build]
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44See updating [ Changelog example here] ( https://keepachangelog.com/en/1.0.0/ )
55
66
7+ # 2.1.3 (21st May 2025)
8+
9+ ### Added
10+
11+ - New datasource ` rediscloud_active_active_subscription_regions ` added.
12+
713# 2.1.2 (19th May 2025)
814
915### Added
You can’t perform that action at this time.
0 commit comments