Point to CreateDBInstance docs for more info
The docs for the CreateDBInstance API call include quite a bit more information about each individual option, (for example `Engine` has each of the possible options listed, whilst the cli reference doesn't).
This commit is contained in:
parent
fd8d41f6a5
commit
ea658635fe
|
@ -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