We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb20483 commit 917da62Copy full SHA for 917da62
.github/workflows/acceptance-tests-runner.yml
@@ -310,7 +310,7 @@ jobs:
310
terraform_wrapper: false
311
- name: Acceptance Tests
312
env:
313
- MONGODB_ATLAS_ENABLE_PREVIEW: ${{ vars.MONGODB_ATLAS_ENABLE_PREVIEW }}
+ MONGODB_ATLAS_ENABLE_PREVIEW: "true"
314
TEST_REGEX: "^TestAccStream"
315
run: make testacc
316
.github/workflows/examples.yml
@@ -13,7 +13,7 @@ on:
13
14
15
AWS_DEFAULT_REGION: us-west-2
16
17
18
jobs:
19
tf-validate:
0 commit comments