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
Svend Sorensen
53f44878ff
Add tests for empty string lists
2015-10-08 17:32:54 +02:00
Anthony Stanton
f2f4ded970
Initialize list as an empty slice
2015-10-08 16:59:57 +02:00
Clint
aaa922c0fd
Update CHANGELOG.md
2015-10-08 09:39:59 -05:00
Clint
4962ef159b
Merge pull request #3036 from hashicorp/b-aws-eip-computed-instance
...
provider/aws: Allow Instance to be computed in EIPs
2015-10-08 09:38:26 -05:00
Clint Shryock
9d973f1279
document limitation of instance id / network interface id
2015-10-08 09:30:55 -05:00
Clint Shryock
c68d9c4ae0
provider/aws: Allow Instance to be computed in EIPs
2015-10-08 09:14:04 -05:00
Clint
e7b8c01399
Merge pull request #3452 from pmoust/cs-remove-extra-parentheses
...
removed extra parentheses
2015-10-08 09:13:01 -05:00
Radek Simko
5a953a4fbd
Update CHANGELOG.md
2015-10-08 07:11:33 -07:00
Radek Simko
8364827a36
Merge pull request #3443 from TimeIncOSS/f-aws-es
...
provider/aws: Add support for Elastic Search
2015-10-08 07:06:52 -07:00
Clint
877f9f85f0
Merge pull request #3446 from stack72/aws-test-dbParamGroupName
...
provider/aws: Added a set of tests for the DBParamGroup Name
2015-10-08 08:59:19 -05:00
Panagiotis Moustafellos
e4845f75cc
removed extra parentheses
2015-10-08 15:48:04 +03:00
stack72
6ac07e970a
Removing the numbers from the dbParamGroup name random string. There is an edge case that this could actually trigger a failure due to not allowing to start with a number
2015-10-08 12:50:17 +01:00
stack72
29630547f4
Fixing the broken build in the aws_db_parameter_group tests
2015-10-08 12:41:07 +01:00
stack72
bd78dfd885
Refactoring the multiple tests into a simple test case with multiple inputs as per feedback
2015-10-08 12:15:59 +01:00
Clint
4637a34825
Merge pull request #3447 from stack72/docker-gofmt
...
provider/docker: Gofmt change for resource docker_image test
2015-10-08 05:56:59 -05:00
stack72
97188d6583
Adding a RandomString generator to test for db_param_group_name being too long
2015-10-08 10:05:50 +01:00
stack72
4cf9c64de0
Gofmt change for resource docker_image test
2015-10-08 09:47:50 +01:00
stack72
cc56431b97
Added a set of tests for the AWS DBParamGroup Name
2015-10-08 09:39:11 +01:00
Sander van Harmelen
1ed316c2d3
Merge pull request #3445 from svanharmelen/f-cloudstack-style
...
provider/cloudstack: small refactor for better readability and style
2015-10-08 10:35:11 +02:00
Sander van Harmelen
cc921b0bc7
Small refactor for better readability and updated the docs
2015-10-08 10:09:11 +02:00
Anthony Stanton
aed3f98703
Rename func which is now a method.
2015-10-08 10:01:21 +02:00
Anthony Stanton
95b2a60b29
Use {a,b} instead of {b,c}
...
How does the alphabet even?
2015-10-08 10:01:21 +02:00
Anthony Stanton
ef2b0a0b71
Order functions alphabetically
2015-10-08 10:01:21 +02:00