mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Merge pull request #2350 from thegedge/fix-aws-docs
provider/aws: grammar fix in the db_instance docs.
This commit is contained in:
commit
f1a88fca5b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ resource "aws_db_instance" "default" {
|
|||
|
||||
## Argument Reference
|
||||
|
||||
For a more detailed documentation about the each argument refer to
|
||||
For more detailed documentation about each argument, refer to
|
||||
the [AWS official documentation](http://docs.aws.amazon.com/AmazonRDS/latest/CommandLineReference/CLIReference-cmd-ModifyDBInstance.html).
|
||||
|
||||
The following arguments are supported:
|
||||
|
|
|
|||
Loading…
Reference in a new issue