-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Supports new
networking
attribute in `mongodbatlas_stream_con…
…nection` (#2474) * support new networking attribute in stream connection * add changelog entry * fix unit tests * documentation * fix migration tests * include netwerking in examples for stream_connection * improve changelog entry * include acces.name attribute in model unit tests * fix: add PlanModifiers to avoid unexpected plan changes * test: refactor the kafkaStreamConnectionConfig and use normal `mig.CreateAndRunTest` * test: refactor `testCaseCluster` and re-use in migration test * test: improve check using actual name * chore: add revertable commit to avoid pending resources in CI * refactor: remove `networking.access.name` attribute (tests will fail until blocked issue is resolved) * chore: remove name also from data source schema * test: fix wrong parameter for kafkaNetworking * clean up test after merge * move into var block * address PR comments * test: remove old sleep function from stream connection tests * test: refactor networking.access.type check to all test cases * test: conditionally check networking.access.type based on provider version * feat: implement DeleteStreamConnection with retry logic and add tests --------- Co-authored-by: EspenAlbert <[email protected]>
- Loading branch information
1 parent
f668cba
commit 5504e20
Showing
15 changed files
with
295 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
```release-note:enhancement | ||
resource/mongodbatlas_stream_connection: Adds `networking` attribute | ||
``` | ||
|
||
```release-note:enhancement | ||
data-source/mongodbatlas_stream_connection: Adds `networking` attribute | ||
``` | ||
|
||
```release-note:enhancement | ||
data-source/mongodbatlas_stream_connections: Adds `networking` attribute | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.