Commit Graph

6619 Commits

Author SHA1 Message Date
Paul Hinze
d3137b90da Update CHANGELOG.md 2015-10-12 10:14:15 -05:00
Paul Hinze
f77373207c Merge pull request #3419 from rakutentech/add-vsphere-provider
Add VMware vSphere provider
2015-10-12 10:13:38 -05:00
Paul Hinze
299b673eeb Update CHANGELOG.md 2015-10-12 07:07:56 -05:00
Paul Hinze
22681c3db2 Merge pull request #3284 from stack72/do_size_slug
provider/digitalocean - Droplet Size Lowercase
2015-10-12 07:06:53 -05:00
Martin Atkins
e8cfc5eca2 Update CHANGELOG.md 2015-10-11 23:01:20 -07:00
Martin Atkins
091d3fe206 Merge #3351: aws_autoscaling_lifecycle_hook resource 2015-10-11 22:52:00 -07:00
Takaaki Furukawa
f34628de54 Refactor ResourceData, pluralize some arguments and add error check in d.Set for complex types 2015-10-12 13:06:29 +09:00
Jonathan Leibiusky
57c80a0d46 Add support for aws autoscaling lifecycle hooks. 2015-10-11 20:42:40 -03:00
stack72
7d600cadd2 Adding the docs for the autoscaling_lifecycle_hook 2015-10-11 20:42:14 -03:00
Martin Atkins
3db76ce287 Revert "Grafana provider"
This reverts commit 719e8c956e,
which was accidentally included in a merge.
2015-10-11 16:01:20 -07:00
Martin Atkins
3af5552b54 Makefile target to build a single plugin for local testing.
Often when developing a plugin it's only necessary to rebuild that plugin.
Here we add a simple Makefile target that makes that easy:

    make plugin-dev PLUGIN=provider-aws

Since it's only building one package and it's only building for the
host architecture, this just uses "go install" directly, rather than using
gox as we do when installing multiple packages, possibly for multiple
architectures.
2015-10-11 14:24:23 -07:00
Martin Atkins
719e8c956e Grafana provider 2015-10-11 13:50:25 -07:00
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
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
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
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