-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* r/db_instance: deprecate 'name' and add 'db_name' * Update CHANGELOG for #22668 * add addition conflicting arg; add deprecation message; add to docs * r/aws_rds_instance: Add acceptance tests for new 'db_name' argument. * Add changelog * Revert inadvertent change Co-authored-by: Kit Ewbank <[email protected]> Co-authored-by: Dirk Avery <[email protected]>
- Loading branch information
1 parent
c2903b2
commit 7875c87
Showing
4 changed files
with
232 additions
and
21 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,7 @@ | ||
```release-note:note | ||
resource/aws_db_instance The `name` argument has been deprecated. All configurations using `name` should be updated to use the `db_name` argument instead | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_db_instance: Add `db_name` argument | ||
``` |
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