Merge pull request #10258 from jagregory/patch-1
Use RDS::CreateDBInstance docs for more info on parameter values
This commit is contained in:
commit
943b41b90f
|
@ -45,7 +45,7 @@ resource "aws_db_instance" "default" {
|
|||
## Argument Reference
|
||||
|
||||
For more detailed documentation about each argument, refer to
|
||||
the [AWS official documentation](https://docs.aws.amazon.com/AmazonRDS/latest/CommandLineReference/CLIReference-cmd-ModifyDBInstance.html).
|
||||
the [AWS official documentation](http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html).
|
||||
|
||||
The following arguments are supported:
|
||||
|
||||
|
|
Loading…
Reference in New Issue