-
Notifications
You must be signed in to change notification settings - Fork 210
remove: Disables use of MONGODB_ATLAS_PREVIEW_PROVIDER_V2_ADVANCED_CLUSTER
#3547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
4083614
e5df57a
9ede13c
4ad099d
bd5175c
e9c14cb
38a73d9
a1132a9
cc84844
9b70a87
0bb3b8b
208afb7
ac71ea3
c277f93
8742e03
a793d94
73d4806
4acb660
71454b0
b96ee55
6620cb9
df5313f
8b3cc92
e83947a
794f4fb
cd8b1e3
a179588
74b581e
1bb9950
a309331
ea1dda9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ```release-note:breaking-change | ||
| resource/mongodbatlas_advanced_cluster: Disables legacy SDKv2 implementation of this resource and removes MONGODB_ATLAS_PREVIEW_PROVIDER_V2_ADVANCED_CLUSTER feature flag | ||
maastha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
|
|
||
| ```release-note:breaking-change | ||
| data-source/mongodbatlas_advanced_cluster: Disables legacy SDKv2 implementation of this datasource and removes MONGODB_ATLAS_PREVIEW_PROVIDER_V2_ADVANCED_CLUSTER feature flag | ||
maastha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
|
|
||
| ```release-note:breaking-change | ||
| data-source/mongodbatlas_advanced_clusters: Disables legacy SDKv2 implementation of this datasource and removes MONGODB_ATLAS_PREVIEW_PROVIDER_V2_ADVANCED_CLUSTER feature flag | ||
maastha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,20 +12,21 @@ env: | |
| AWS_DEFAULT_REGION: us-west-2 | ||
|
|
||
| jobs: | ||
| tf-validate: | ||
| runs-on: ubuntu-latest | ||
| permissions: {} | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | ||
| - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 | ||
| with: | ||
| go-version-file: 'go.mod' | ||
| - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd | ||
| with: | ||
| terraform_version: '1.12.x' | ||
| terraform_wrapper: false | ||
| - name: tf-validate | ||
| run: make tools tf-validate | ||
| # TODO: uncomment once advanced_cluster examples are updated | ||
|
||
| # tf-validate: | ||
| # runs-on: ubuntu-latest | ||
| # permissions: {} | ||
| # steps: | ||
| # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | ||
| # - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 | ||
| # with: | ||
| # go-version-file: 'go.mod' | ||
| # - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd | ||
| # with: | ||
| # terraform_version: '1.12.x' | ||
| # terraform_wrapper: false | ||
| # - name: tf-validate | ||
| # run: make tools tf-validate | ||
| tflint: | ||
| runs-on: ubuntu-latest | ||
| permissions: {} | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.