Skip to content

Commit

Permalink
Merge pull request #3886 from terraform-providers/d-aws_db_instance-e…
Browse files Browse the repository at this point in the history
…ngine_version-diffsuppress

docs/resource/aws_db_instance: Document engine_version DiffSuppressFunc support
  • Loading branch information
bflad authored Mar 22, 2018
2 parents d3d7ce4 + 4ba1b23 commit dca842a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/r/db_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ be created in the VPC associated with the DB subnet group. If unspecified, will
be created in the `default` VPC, or in EC2 Classic, if available.
* `engine` - (Required unless a `snapshot_identifier` or `replicate_source_db`
is provided) The database engine to use.
* `engine_version` - (Optional) The engine version to use.
* `engine_version` - (Optional) The engine version to use. If `auto_minor_version_upgrade`
is enabled, you can provide a prefix of the version such as `5.7` (for `5.7.10`) and
this attribute will ignore differences in the patch version automatically (e.g. `5.7.17`).
* `final_snapshot_identifier` - (Optional) The name of your final DB snapshot
when this DB instance is deleted. If omitted, no final snapshot will be made.
* `iam_database_authentication_enabled` - (Optional) Specifies whether or
Expand Down

0 comments on commit dca842a

Please sign in to comment.