Skip to content

Commit 917da62

Browse files
authored
chore: remove usage of vars.MONGODB_ATLAS_ENABLE_BETA (#2024)
1 parent eb20483 commit 917da62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/acceptance-tests-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
terraform_wrapper: false
311311
- name: Acceptance Tests
312312
env:
313-
MONGODB_ATLAS_ENABLE_PREVIEW: ${{ vars.MONGODB_ATLAS_ENABLE_PREVIEW }}
313+
MONGODB_ATLAS_ENABLE_PREVIEW: "true"
314314
TEST_REGEX: "^TestAccStream"
315315
run: make testacc
316316

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
AWS_DEFAULT_REGION: us-west-2
16-
MONGODB_ATLAS_ENABLE_PREVIEW: ${{ vars.MONGODB_ATLAS_ENABLE_PREVIEW }}
16+
MONGODB_ATLAS_ENABLE_PREVIEW: "true"
1717

1818
jobs:
1919
tf-validate:

0 commit comments

Comments
 (0)