terraform/website/source/docs/providers/aws/r
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
..
autoscale.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
db_instance.html.markdown Fix aws_db_instance to not recreate each time 2015-01-28 12:03:26 -05:00
db_parameter_group.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
db_security_group.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
db_subnet_group.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
eip.html.markdown
elb.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
instance.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
internet_gateway.html.markdown
key_pair.html.markdown Add docs for key_pair AWS resource 2015-01-05 21:45:05 -08:00
launch_config.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
network_acl.html.markdown website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
route53_record.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
route53_zone.html.markdown
route_table.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
route_table_assoc.html.markdown
s3_bucket.html.markdown
security_group.html.markdown Revert "docs: consistent use of array configuration syntax" 2015-01-14 09:28:25 -08:00
subnet.html.markdown
vpc.html.markdown Updating markdown file for VPC to reflect addition of default network acl id and security group id. 2014-12-23 11:49:07 +05:30