Skip to content

Commit

Permalink
Merge pull request #2070 from managedbyq/master
Browse files Browse the repository at this point in the history
providers/aws: Clarifies db_security_group usage docs.
  • Loading branch information
radeksimko committed May 25, 2015
2 parents 2215894 + e94a8b2 commit d569e14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions website/source/docs/providers/aws/r/db_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d569e14

Please sign in to comment.