Merge pull request #2070 from managedbyq/master
providers/aws: Clarifies db_security_group usage docs.
This commit is contained in:
commit
d569e14121
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue