-
Notifications
You must be signed in to change notification settings - Fork 210
feat: Adds port_mapping_enabled attribute to privatelink_endpoint and privatelink_endpoint_service
#4017
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
Open
filipcirtog
wants to merge
52
commits into
CLOUDP-346617-dev-gcp-port-based
Choose a base branch
from
CLOUDP-363082-gcp-port-based-routing-implementation
base: CLOUDP-346617-dev-gcp-port-based
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+686
−329
Open
feat: Adds port_mapping_enabled attribute to privatelink_endpoint and privatelink_endpoint_service
#4017
Changes from 27 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
332be39
replace prod SDK with preview SDK for private endpoint/endpoint service
filipcirtog 9175dce
nit: add missing comments
filipcirtog 8a9562f
gcp port routing implementation
filipcirtog ca4cacf
remove default values
filipcirtog ed3e818
doc: update resource and data-source attributes
filipcirtog d6725b9
add test case for disabled new architecture
filipcirtog 7545b99
q: consistency updates
filipcirtog 3752b5a
Merge branch 'CLOUDP-346617-dev-gcp-port-based' into CLOUDP-363082-gc…
filipcirtog cfb1e0f
changelog
filipcirtog 3a32c9f
q: consistency
filipcirtog df750a7
q: consistency
filipcirtog be386c1
add more test cases
filipcirtog 0c9b674
add examples with new architecture
filipcirtog 6d555dc
example updates
filipcirtog a719ede
update doc
filipcirtog 07cfdb7
doc improvements
filipcirtog 6484466
remove unused azure dependency from examples
filipcirtog f06647e
code improvements
filipcirtog 5e36067
style fix
filipcirtog 0397c6b
copilot suggestions
filipcirtog 80e3fcb
resolve PR comments
filipcirtog 5f5ef57
fmt fix
filipcirtog 3ab8f39
update docs
filipcirtog 48449c5
revert changes
filipcirtog 4c79e7a
doc additions
filipcirtog e12b299
remove unnecessary dependson
filipcirtog 993a4bb
PR improvements
filipcirtog 0d3dca5
remove should wording
filipcirtog 4857fe5
add depends on
filipcirtog 7b2d7a7
Merge branch 'CLOUDP-346617-dev-gcp-port-based' into CLOUDP-363082-gc…
filipcirtog 652d1d4
Merge branch 'CLOUDP-346617-dev-gcp-port-based' into CLOUDP-363082-gc…
filipcirtog 75313b9
address pr comments
filipcirtog be194ad
improve docs
filipcirtog 3300c67
consistency improvements
filipcirtog 7b1899a
terraform fmt
filipcirtog b7c615c
ensure consistency with migration guide
filipcirtog 44cf301
consistency improvements
filipcirtog 01997bc
link comment to cloudp ticket
filipcirtog c145619
docs consistency
filipcirtog 95ca202
address pr improvements
filipcirtog d457706
rm oxford comma
filipcirtog eee73fc
consistency improvements
filipcirtog 53f6860
address PR comments
filipcirtog 3471f8c
change aws private endpoint service region
filipcirtog acce47d
revert version change
filipcirtog eadd3d6
update changelog
filipcirtog 6346294
set endpoint_service_id as a variable in the examples
filipcirtog b33dd30
remove period at end of changelog
filipcirtog 838c891
use new migration guide name
filipcirtog 7bbd524
pr comment
filipcirtog 2c913b8
remove gcp legacy architecture example
filipcirtog 2a65bd0
pr improvements
filipcirtog File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,15 @@ | ||
| ```release-note:enhancement | ||
| resource/mongodbatlas_privatelink_endpoint_service: Adds `port_mapping_enabled` attribute | ||
| ``` | ||
|
|
||
| ```release-note:enhancement | ||
lantoli marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| resource/mongodbatlas_privatelink_endpoint: Adds `port_mapping_enabled` attribute | ||
| ``` | ||
|
|
||
| ```release-note:enhancement | ||
| data-source/mongodbatlas_privatelink_endpoint_service: Adds `port_mapping_enabled` attribute | ||
| ``` | ||
|
|
||
| ```release-note:enhancement | ||
| data-source/mongodbatlas_privatelink_endpoint: Adds `port_mapping_enabled` attribute | ||
| ``` | ||
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we communicate that we are releasing/enabling a new architecture with this enhancement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated this. Thank you!