terraform/website/source/docs
Phil Frost 254b25a64f Fix aws_db_instance to not recreate each time
Several of the arguments were optional, and if omitted, they are
calculated. Mark them as such in the schema to avoid triggering an
update.

Go back to storing the password in the state file. Without doing so,
there's no way for Terraform to know the password has changed. It should
be hashed, but then interpolating the password yields a hash instead of
the password.

Make the `name` parameter optional. It's not required in any engine, and
in some (MS SQL Server) it's not allowed at all.

Drop the `skip_final_snapshot` argument. If `final_snapshot_identifier`
isn't specified, then don't make a final snapshot. As things were, it
was possible to create a resource with neither of these arguments
specified which would later fail when it was to be deleted since the RDS
API requires exactly one of the two.

Resolves issue #689.
2015-01-28 12:03:26 -05:00
..
commands website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
configuration docs: update available boolean values 2015-01-25 12:38:15 +08:00
internals Use the built-in alert helpers 2014-10-22 10:01:17 -04:00
modules website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
plugins helper/schema: Exists API 2015-01-10 15:39:29 -08:00
providers Fix aws_db_instance to not recreate each time 2015-01-28 12:03:26 -05:00
provisioners Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
index.html.markdown Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00