-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ssl_mode option to google_sql_database_instance. (#9316) (#6564)
* Add ssl_mode option to google_sql_database_instance. * Remove unnecessary ssl_mode values and related tests. * Improve the doc and description for ssl_mode and require_ssl * Bump the dependency libraries' versions for google.golang.org/api v0.148.0 * Fix a missing comma which causes syntax error. [upstream:dc96ecc2798e5bf5bca943ab9fe736ccdfb2d71a] Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
ecc1617
commit 1beda16
Showing
6 changed files
with
126 additions
and
36 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,3 @@ | ||
```release-note:enhancement | ||
sql: added `ssl_mode` field to `google_sql_database_instance` resource | ||
``` |
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.