Commit Graph

6723 Commits

Author SHA1 Message Date
Martin Atkins 200a42ab46 Documentation of TF_LOG taking log levels.
As of 0090c063e it is now possible to filter the logs by level by setting
TF_LOG to one of the known log level names.
2015-10-11 10:56:45 -07:00
Martin Atkins ca583928e7 Update CHANGELOG.md 2015-10-11 10:48:57 -07:00
Martin Atkins 11aa0cda5a Merge #3380: Filter logs by log level in TF_LOG 2015-10-11 10:46:03 -07:00
Martin Atkins 8173cd25bb Demote some log lines to DEBUG.
Now that we support log line filtering (as of 0090c063) it's good to be
a bit more fussy about what log levels are assigned to different things.

Here we make a few things that are implementation details log as DEBUG,
and prevent spurious errors from EvalValidateCount where it was returning
an empty EvalValidateError rather than nil when everything was okay.
2015-10-11 10:45:33 -07:00
Fatih Arslan 0090c063e8 log: support for user defined log levels
This PR brings support for better log level handling. Terraform logs
are already written in the form which can be understood by the module
https://github.com/hashicorp/logutils .

The TF_LOG environment variable now accepts a log level. Users can pass
levels in the form of "info", "Info" or "INFO" If an invalid log level is
passed, we print a warning but still continue, for backward compatibility
with the old TF_LOG=1 style.
2015-10-11 10:29:00 -07:00
Martin Atkins 8f237a7256 Update CHANGELOG.md 2015-10-11 09:34:27 -07:00
Martin Atkins 80e77bb89e Merge pull request #3479 from elblivion/add-interpolate-docs
Add documentation for compact()
2015-10-11 09:34:05 -07:00
Anthony Stanton b62833e7b8 Add documentation for compact() 2015-10-11 16:47:48 +02:00
Martin Atkins 44135b9d89 Update CHANGELOG.md 2015-10-10 18:11:30 -07:00
Martin Atkins b7247026e9 Merge #3228: aws_directory_service_directory resource 2015-10-10 18:09:17 -07:00
Martin Atkins fd0174b031 Merge pull request #3415 from apparentlymart/heredoc-docs
Document that heredoc syntax is supported
2015-10-10 17:32:27 -07:00
Martin Atkins a97036f3a3 Merge pull request #3383 from apparentlymart/docker-container-command-docs
Example for the command arg on docker_container.
2015-10-10 17:30:33 -07:00
Martin Atkins 6a4bcacbc4 Merge pull request #3087 from berendt/openstack-networking
examples: add OpenStack configuration with networking
2015-10-10 17:29:28 -07:00
Martin Atkins 1f8bdf9585 Merge #3123: More info on -var-file option in intro. 2015-10-10 17:26:20 -07:00
Shani Elharrar 9a6f680eda Updated note about variable files 2015-10-10 17:25:44 -07:00
Martin Atkins 5a91a765e9 Merge pull request #3367 from josephholsten/atlas-artifact
Update docs to show correct launching of atlas artifact in AWS.
2015-10-10 17:19:09 -07:00
Martin Atkins 8ebcfc4e23 Update CHANGELOG.md 2015-10-10 15:19:44 -07:00
Martin Atkins 3c939f9b26 Merge #3239: "compact" interpolation function 2015-10-10 15:18:10 -07:00
Martin Atkins 16b11e443d go fmt the "compact" function changes. 2015-10-10 15:17:25 -07:00
Martin Atkins 8c0714f586 Merge pull request #3477 from tpounds/add-missing-website-doc-arg
Add missing `to_port` argument to website docs.
2015-10-10 15:04:20 -07:00
Trevor Pounds a4fb080abe Add missing `to_port` argument to website docs. 2015-10-10 14:54:59 -07:00
Martin Atkins 639443f265 Update CHANGELOG.md 2015-10-10 11:27:39 -07:00
Martin Atkins a888cd6f62 Merge pull request #3200 from zpatrick/master
Optional "content" argument for "s3_bucket_object"
2015-10-10 11:26:38 -07:00
Martin Atkins b9a62151ce Update CHANGELOG.md 2015-10-10 11:19:04 -07:00
Martin Atkins 3721b89010 Merge pull request #3472 from hashicorp/add-packet-layout
Add Layout for Packet Provider
2015-10-10 11:18:43 -07:00
Sam Handler 444d63240b Update page title for project.html.markdown 2015-10-09 17:43:10 -04:00
Sam Handler 234adffd51 Add Packet to docs layout sidebar 2015-10-09 17:42:36 -04:00
Sam Handler 3b3726675b Add Packet layout. 2015-10-09 17:41:55 -04:00
Daniel Paul Searles fd2d9371e9 A script must have executable permissions.
Why:

* The current example for passing arguments to a local script does not
  include making the uploaded file executable.

This change addresses the need by:

* Add a step to make the uploaded script executable to the example
  showing how to pass arguments to an uploaded script.
2015-10-09 11:27:38 -07:00
Martin Atkins 295c9245bb Update CHANGELOG.md 2015-10-09 00:12:12 -07:00
Martin Atkins fbfab83cbe Merge pull request #3385 from apparentlymart/remote-state-s3-json
S3 remote state use application/json Content-Type
2015-10-09 00:11:04 -07:00
Martin Atkins 11a14260db Merge pull request #3461 from juliandunn/remove-graphviz-workspace
GraphViz Workspace appears to be dead, so remove it from the docs.
2015-10-09 00:00:37 -07:00
Julian C. Dunn 3143d1703d Graphviz Workspace appears to be dead, so remove it from the docs. 2015-10-09 01:19:14 -04:00
Radek Simko 59e5be2fe8 provider/aws: Add acceptance tests for aws_directory_service_directory 2015-10-08 17:06:39 -07:00
Radek Simko f43ea74f4d provider/aws: Add docs for aws_directory_service_directory 2015-10-08 17:06:39 -07:00
Radek Simko a66ac7e751 provider/aws: Add aws_directory_service_directory resource 2015-10-08 17:06:39 -07:00
stack72 080e08fb73 Adding Computed to the Content-Type of S3 Bucket Object. Regardless of whether you set a content-type, AWS will always set a content-type 2015-10-08 23:14:34 +01:00
Radek Simko 59bddf7b55 Merge pull request #3458 from rafaelmagu/fix-typo-in-docs
Add missing 'e'
2015-10-08 13:46:59 -07:00
Rafael Fonseca acb8d044a3 Add missing 'e' 2015-10-09 09:34:17 +13:00
Radek Simko 78f76b993c provider/aws: Add docs for aws_placement_group 2015-10-08 13:03:25 -07:00
Radek Simko f30c647a26 provider/aws: Add acceptance test for aws_placement_group 2015-10-08 12:44:47 -07:00
Radek Simko 110be439e2 provider/aws: Add aws_placement_group 2015-10-08 12:44:14 -07:00
Clint 94db2fce3d Merge pull request #3456 from hashicorp/sethvargo/shopt
Apply shopt options to include hidden files
2015-10-08 14:41:59 -05:00
stack72 b3010e1412 Because of the lack of Update, S3 Bucket Object needs to force new when changing the params 2015-10-08 18:50:30 +01:00
Seth Vargo 25ab79ba43 Apply shopt options to include hidden files 2015-10-08 13:45:54 -04:00
stack72 8e2163c963 Removing the S3 Bucket Object Update method. This was removed in master but seems to be broken in my branch 2015-10-08 18:44:59 +01:00
stack72 0a5387db90 Adding some examples of the S3 bucket object parameters as well as checking for an empty string in the new S3 bucket object params 2015-10-08 17:24:33 +01:00
Anthony Stanton 3040d8419f Test removing weird zero+zero Route53 test case 2015-10-08 18:07:07 +02:00
Svend Sorensen 73b51698ad Replace simple case with if 2015-10-08 17:58:19 +02:00
Svend Sorensen 8e4a313f17 Return an empty slice for empty string lists 2015-10-08 17:37:13 +02:00