Merge pull request #2070 from managedbyq/master

providers/aws: Clarifies db_security_group usage docs.
This commit is contained in:
Radek Simko 2015-05-25 16:10:49 -07:00
commit d569e14121
2 changed files with 7 additions and 1 deletions

View File

@ -101,4 +101,7 @@ The following attributes are exported:
* `storage_encrypted` - Specifies whether the DB instance is encrypted
~> For a more detailed documentation about the different parameters please refer to
the [AWS official documentation](http://docs.aws.amazon.com/AmazonRDS/latest/CommandLineReference/CLIReference-cmd-ModifyDBInstance.html)
[1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Replication.html

View File

@ -8,7 +8,10 @@ description: |-
# aws\_db\_security\_group
Provides an RDS security group resource.
Provides an RDS security group resource. This is only for DB instances in the
EC2-Classic Platform. For instances inside a VPC, use the
[`aws_db_instance.vpc_security_group_ids`](/docs/providers/aws/r/db_instance.html#vpc_security_group_ids)
attribute instead.
## Example Usage