Skip to content

Commit

Permalink
fix(rds): publiclyAccessible=false set on an instance is ignored when…
Browse files Browse the repository at this point in the history
… cluster is placed in a public subnet (#28038)

This change fixes the incorrect behavior as explained in #28037. 

Using null coalescing operator in TypeScript will use the original value of `publiclyAccessible` set on the `ServerlessV2ClusterInstanceProps`.

Closes #28037.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
juanheyns committed Dec 7, 2023
1 parent 8f60e94 commit 569593c
Show file tree
Hide file tree
Showing 15 changed files with 3,449 additions and 15 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 569593c

Please sign in to comment.