terraform/website/source/docs/providers
Chris Marchesi 6ebac8403d provider/aws: CloudFront post-merge review updates (#6196)
* provider/aws: Fix hashing on CloudFront certificate parameters

Adding necessary type assertion to values on the viewer_certificate hash
function to ensure that certain fields are indeed not zero string
values, versus simply zero interface{} values (aka nil, as is such for a
map[string]interface{}).

* provider/aws: CloudFront complex structure error handling

Handle errors better on calls to d.Set() in the
aws_cloudfront_distribution, namely in flattenDistributionConfig(). Also
caught a bug in the setting of the origin attribute, was incorrectly
attempting to set origins.

* provider/aws: Pass pointers to set CloudFront primitives

Change a few d.Set() for primitives in aws_cloudfront_distribution and
aws_cloudfront_origin_access_identity to use the pointer versus a
dereference.

* docs: Fix CloudFront examples formatting

Ran each example thru terraform fmt to fix indentation.

* provider/aws: Remove delete retention on CloudFront tests

To play better with Travis and not bloat the test account with disabled
distributions.

Disable-only functionality has been retained - one can enable it with
the TF_TEST_CLOUDFRONT_RETAIN environment variable.

* provider/aws: CloudFront delete waiter error handling

The call to resourceAwsCloudFrontDistributionWaitUntilDeployed() on
deletion of CloudFront distributions was not trapping error messages,
causing issues with waiter failure.
2016-04-19 16:40:30 -05:00
..
atlas Merge pull request #3195 from bensojona/f-change-artifact-type 2015-11-24 16:57:55 -06:00
aws provider/aws: CloudFront post-merge review updates (#6196) 2016-04-19 16:40:30 -05:00
azure Update azure provider documentation. 2016-02-12 11:39:14 +00:00
azurerm Fix docs for azurerm_virtual_machine and ssh_keys (#6171) 2016-04-14 00:24:01 +01:00
chef Update index.html.markdown 2016-01-08 12:12:22 -08:00
clc [clc] re-add alias as an optional field. update docs 2016-03-22 11:25:09 -07:00
cloudflare
cloudstack Merge branch 'cloudstack-group' of https://github.com/jefflaplante/terraform into f-cloustack-group 2016-04-18 22:32:55 +02:00
cobbler provider/cobbler: Cobbler Provider 2016-04-16 08:54:59 -05:00
consul consul_key_prefix resource 2016-04-02 20:37:11 -07:00
datadog fix typo in datadog provisioner documentation 2016-03-29 10:19:28 -04:00
dme provider/dme: Clarify GTD meaning in docs 2016-01-20 20:23:36 -05:00
dnsimple
do provider/digitalocean: Addsa FQDN out to the `digitalocean_record` 2016-02-09 16:57:42 +00:00
docker provider/docker: #5298 Add support for docker run --user option 2016-04-04 21:43:59 -05:00
dyn
fastly provider/fastly: Add support for Request Headers (#6197) 2016-04-18 11:11:16 -05:00
github Adding privacy argument for GitHub teams for #6015 (#6116) 2016-04-11 13:09:25 +01:00
google Update docs and fix computed container settings 2016-04-14 16:33:52 -07:00
heroku
influxdb Docs for InfluxDB provider and database resource 2016-03-20 14:53:34 -05:00
mailgun
mysql mysql provider and mysql_database resource. 2015-12-16 17:59:35 -08:00
openstack Merge pull request #6081 from jtopjian/openstack-token-auth 2016-04-16 22:57:01 -06:00
packet Clarify the docs for Packet a bit. 2015-12-16 09:57:58 -05:00
postgresql provider/postgresql: default ssl_mode is "prefer" 2016-04-17 08:32:02 -07:00
powerdns provider/powerdns: Add site documentation 2016-01-28 10:10:46 -05:00
rundeck docs: rundeck: Remove extra backslashes 2015-09-25 10:51:55 +01:00
statuscake Adding some documentation for the StatusCake provider 2015-11-30 10:44:21 +00:00
template Add gzip and base64 default values to cloudinit template docs (#4875) 2016-04-11 14:19:04 -05:00
terraform correct remote state documentation and add config sub-arguments for atlas. 2016-02-08 22:21:50 +00:00
tls tls_self_signed_cert reference subject doc from tls_cert_request 2016-02-27 04:37:41 -08:00
triton provider/triton: fixup key_material in docs to use file() 2016-04-18 18:46:38 -05:00
ultradns UltraDNS Provider 2016-03-20 12:10:59 -05:00
vcd Update doco for ip enhancements in vmware-govcd 2016-02-14 21:22:30 +11:00
vsphere Renaming linkedClone to linked_clone in config spec 2016-04-13 12:42:55 -04:00
index.html.markdown