diff --git a/.github/workflows/terraform_provider_pr.yml b/.github/workflows/terraform_provider_pr.yml index e050127a..eb6b320a 100644 --- a/.github/workflows/terraform_provider_pr.yml +++ b/.github/workflows/terraform_provider_pr.yml @@ -149,18 +149,6 @@ jobs: go-version-file: go.mod - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"' - # TODO: remove, temporary: tests the subscription regions - go_test_smoke_aa_sub_regions: - name: go test smoke aa sub regions - needs: [go_build] - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 - with: - go-version-file: go.mod - - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudActiveActiveSubscriptionRegions_CRUDI"' - tfproviderlint: name: tfproviderlint needs: [go_build] diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f15f17..f6c7d121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) +# 2.1.3 (21st May 2025) + +### Added + +- New datasource `rediscloud_active_active_subscription_regions` added. + # 2.1.2 (19th May 2025) ### Added