terraform/website/source/docs
Paul Stack dc30bd29fc provider/aws: Redshift Cluster not allowing 0 for (#6537)
automated_snapshot_retention_period

The default value for `automated_snapshot_retention_period` is 1.
Therefore, it can be included in the `CreateClusterInput` without
needing to check that it is set.

This was actually stopping people from setting the value to 0 (disabling
the snapshots) as there is an issue in `d.GetOk()` evaluating 0 for int
2016-05-08 19:29:36 +01:00
..
commands command/fmt: Improve documentation for -diff and defaults (#6398) 2016-04-29 00:39:53 +01:00
configuration Tweak docs to properly document .tfvars format (#6415) 2016-04-29 14:06:36 +01:00
internals docs: Add a section to Debugging docs about crash logs 2016-03-18 18:10:26 -05:00
modules
plugins Added a cast to "(*schema.Provider)" in the standard TestProvider function 2016-03-06 19:16:34 -03:00
providers provider/aws: Redshift Cluster not allowing 0 for (#6537) 2016-05-08 19:29:36 +01:00
provisioners Fixed typos in remote.html.markdown and connection.html.markdown. (#6195) 2016-04-15 23:05:49 +01:00
state Support standard AWS config in the S3 remote backend. (#5270) 2016-05-06 17:52:18 +01:00
index.html.markdown