Merge pull request #3818 from ijin/patch-1

provider/aws: Document `license_model` as supported argument for db_instance
This commit is contained in:
James Nugent 2015-11-10 17:40:15 -05:00
commit ca442bf00b
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ database, and to use this value as the source database. This correlates to the
[Working with PostgreSQL and MySQL Read Replicas](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html) for
more information on using Replication.
* `snapshot_identifier` - (Optional) Specifies whether or not to create this database from a snapshot. This correlates to the snapshot ID you'd find in the RDS console, e.g: rds:production-2015-06-26-06-05.
* `license_model` - (Optional, but required for some DB engines, i.e. Oracle SE1) License model information for this DB instance.
~> **NOTE:** Removing the `replicate_source_db` attribute from an existing RDS
Replicate database managed by Terraform will promote the database to a fully