-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat!: Update default values for security posture improvement #369
feat!: Update default values for security posture improvement #369
Conversation
…rce; add replica_mode for oracle
…min terraform to 0.13.1
…TODO for breaking change
…ws-rds into feat/updates
@antonbabenko ps - it looks like their might be an issue with the token or something on the PR title check for this repo, not sure |
I am not sure what can be the reason for this. I have not touched anything, it uses the default GITHUB_TOKEN. Probably some issues on the GitHub side. |
…one flattened resource
bbbdd95
to
52281a7
Compare
This PR is included in version 4.0.0 🎉 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
try()
functionusername
,password
, andengine
tonull
when areplicate_source_db
orsnapshot_identifier
is provided; these values are already provided in the respective source (ref Fix: RDS Read Replica - Do not create random password module is created as a read replica #324)replica_mode
and bump AWS provider version to support (ref Feat/add replica mode argument #357)latest_restorable_time
to ignored changes (ref feat: Addedlatest_restorable_time
to ignore_changes #356)db_subnet_group_name
to use full name when prefix is enabled (ref fix: Add full subnet group name when prefix is enabled #359)restore_to_point_in_time
attribute to MSSQL instance (ref Feat: RDS SQL Server instance engine restore_to_point_in_time support #363)name
being deprecated anddb_name
replacing itFor complete list of changes, please see upgrade guide https://github.com/bryantbiggs/terraform-aws-rds/blob/feat/updates/UPGRADE-4.0.md
Motivation and Context
latest_restorable_time
to ignore_changes #356Breaking Changes
How Has This Been Tested?
examples/*
projects