Radek Simko
763ed0f89e
Merge pull request #2698 from TimeIncOSS/b-aws-ecs-cluster-destroy
...
provider/aws: Fix ECS cluster+service bugs
2015-07-14 18:03:05 +01:00
Paul Hinze
eedcb40ee3
Merge pull request #2685 from hashicorp/r-split-context-test
...
core: split context tests
2015-07-13 20:45:35 -04:00
Seth Vargo
e28671490a
Merge pull request #2712 from hashicorp/sethvargo/rack_protection
...
Add Rack::Protection
2015-07-13 14:56:39 -04:00
Seth Vargo
db24fedc50
Weird bundler. Weird
2015-07-13 13:15:53 -04:00
Seth Vargo
954965a5aa
Add Rack::Protection
2015-07-13 12:50:17 -04:00
Seth Vargo
6f20c27094
Update middleman-hashicorp
2015-07-13 12:50:07 -04:00
Radek Simko
b4d54b906e
Merge pull request #2705 from jtopjian/openstack-servergroup-docfix
...
provider/openstack: Add missing doc link for Server Groups
2015-07-13 07:33:59 +01:00
Radek Simko
d04e730629
Merge pull request #2707 from tkak/openstack-lb_pool-docfix
...
provider/openstack: Remove duplicate doc link of load balancer pool
2015-07-13 07:30:27 +01:00
Takaaki FURUKAWA
a5209ad2c0
provider/openstack: Remove duplicate doc link of load balancer pool resource.
...
This commit removes the duplicate sidebar link of the load balancer pool resource.
2015-07-13 13:24:05 +09:00
Joe Topjian
e79698be32
provider/openstack: Add missing doc link for Server Groups
...
This commit adds the missing sidebar link for the Server Groups resource.
2015-07-13 02:52:12 +00:00
Radek Simko
7f738dc272
Merge pull request #2701 from laferrieren/master
...
Fixed a few typos
2015-07-12 19:09:41 +01:00
Nick Laferriere
aced88681f
final typo for example docs
2015-07-12 14:02:26 -04:00
Nick Laferriere
849ab92af9
fixed another typo
2015-07-12 14:00:48 -04:00
Nick Laferriere
dba343acc8
updated doccs to include correct destroy statement fix typo
2015-07-12 13:59:50 -04:00
Radek Simko
c4a2df9e93
aws: Improve formatting of debug logs
2015-07-12 15:36:47 +01:00
Radek Simko
9882cc59d8
aws: Add regression test for renaming ecs_cluster
2015-07-12 14:37:39 +01:00
Radek Simko
21e4b5e3cf
aws: Use ClientToken when creating ecs_service
2015-07-12 14:37:39 +01:00
Radek Simko
c72c5cebff
aws: Allow migrating (recreating) ecs_service to another cluster
2015-07-12 14:37:39 +01:00
Radek Simko
37d10ebf37
aws: Retry ecs_cluster deletion if instances or services are active
2015-07-12 14:37:30 +01:00
Radek Simko
206278bac0
google: Update google_container_cluster attribute docs according to reality
2015-07-11 19:33:45 +01:00
Dave Cunningham
1240592435
Update changelog
2015-07-11 14:19:06 -04:00
Radek Simko
e2a1ea3abf
Update CHANGELOG.md
2015-07-11 19:17:04 +01:00
Dave Cunningham
0df8bf90c7
Merge pull request #2357 from TimeIncOSS/gke
...
Add support for GKE (Google Container Engine)
2015-07-11 14:14:50 -04:00
Radek Simko
70c69e445c
Add docs for google_container_cluster
2015-07-11 18:56:24 +01:00
Radek Simko
f5e22d0675
Add new resource - google_container_cluster
2015-07-11 18:56:24 +01:00
Paul Hinze
ff45f6451d
core: split context tests
...
The context_test file has gotten pretty unruly. Let's split it up into
a few files so we can be nicer to our editors and our own sanity.
Definitely lots more we can do to clean up, but with changes like this
I'd rather do small, focused, clear steps instead of one big "cleaned up
lots of stuff" PR.
2015-07-10 14:08:49 -06:00
Paul Hinze
97780a20b5
Merge pull request #2683 from hashicorp/b-agent-forwarding-denied-is-ok
...
communicator/ssh: agent forward failure is not fatal
2015-07-10 13:05:35 -06:00
Paul Hinze
138018c896
communicator/ssh: agent forward failure is not fatal
...
On connections where no second hop is made, there's no problem if the
agent forwarding connection is denied, so we shouldn't treat that as a
fatal error.
2015-07-10 12:51:45 -06:00
Sander van Harmelen
03cbb52dac
Merge pull request #2678 from svanharmelen/f-chef-cmds
...
provisioner/chef: fixes #2676 by prefixing all Windows commands
2015-07-10 18:09:38 +02:00
Sander van Harmelen
4a8ef78d33
Fixes #2676 by prefixing all Windows commands
...
By prefixing them with `cmd /c` it will work with both `winner` and
`ssh` connection types.
This PR also reverts some bad stringer changes made in PR #2673
2015-07-10 12:56:27 +02:00
Radek Simko
7c03b0dedc
provider/aws: Improve test name (underscores -> undocumentedCharacters)
...
- ref #2665
2015-07-10 08:13:05 +01:00
Radek Simko
cd33423ab6
Update CHANGELOG.md
2015-07-10 08:01:33 +01:00
Radek Simko
77e563d358
Merge pull request #2665 from bitglue/dots_in_subnetgroup
...
Allow dots in the name of aws_db_subnet_group
2015-07-10 08:00:31 +01:00
Paul Hinze
4be8ba6986
Merge pull request #2672 from alexsacr/master
...
provider/aws: fix missing format arg
2015-07-09 23:29:16 -06:00
Paul Hinze
60637818f6
Merge pull request #2674 from patrickdlee/master
...
changed combine() to concat() in docs
2015-07-09 23:26:59 -06:00
Patrick Lee
80af6825fb
changed combine() to concat() in docs
...
The example of the concat() function uses combine() instead of concat().
2015-07-09 17:04:36 -06:00
Sander van Harmelen
2d952c450c
Merge pull request #2673 from svanharmelen/f-touchup-tests
...
provisioner/chef: tweaking the tests
2015-07-09 21:33:33 +02:00
Sander van Harmelen
97fd4f5b7d
Tweaking the tests
2015-07-09 21:29:27 +02:00
Alex Philipp
3cb2a3b0b8
aws_db_instance: fix missing format arg
2015-07-09 14:28:50 -05:00
Sander van Harmelen
0dc0cff14d
Merge pull request #2657 from blueharford/master
...
provisioner/chef: add secret key
2015-07-09 20:20:46 +02:00
Phil Frost
fb1226321c
Allow dots in the name of aws_db_subnet_group
...
The RDS API reference doesn't say dots are allowed, but they are. For
the sake of people who have preexisting resources with dots in the
names, we should allow them also. Fixes #2664 .
2015-07-09 13:57:12 -04:00
Paul Hinze
108076ddcb
Update CHANGELOG.md
2015-07-09 10:57:28 -06:00
Paul Hinze
4c1c67b520
Merge pull request #2626 from jtopjian/openstack-allow-empty-apikey-endpointtype
...
provider/openstack: Allow empty api_key and endpoint_type
2015-07-09 10:55:56 -06:00
Paul Hinze
aacfb4276d
Merge pull request #2667 from paychex/master
...
Fix issues building documentation behind corporate filewall on Windows.
2015-07-09 10:07:15 -06:00
Paul Hinze
001dfe1dc6
Merge pull request #2668 from elblivion/master
...
Minor correction to AWS RDS provider docs
2015-07-09 09:58:25 -06:00
Paul Hinze
933bc85c8f
Merge pull request #2669 from kjperry/master
...
provider/aws: bump internet gateway detach timeout
2015-07-09 09:49:55 -06:00
Katelyn Perry
6fbebe3172
provider/aws: bump internet gateway detach timeout
2015-07-09 10:42:16 -05:00
Anthony Stanton
49a1f21a09
Use correct terms in DB Subnet Group docs
2015-07-09 17:39:05 +02:00
Richard A. Steele
d71e9b968a
Fix issues building documentation behind corporate filewall on Windows.
...
Use https: instead of git: to getch from repository
Manually fetch gpg key to avoid proxy issues
Start up middleman server
Open up port 4567 so it's available from host
2015-07-09 11:07:45 -04:00
Joshua Seidel
147efbc52c
update markdown
2015-07-09 10:13:54 -04:00