Commit Graph

5937 Commits

Author SHA1 Message Date
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
448a6a1b48 communicator/ssh: print ssh bastion host details to output 2015-07-10 13:02:53 -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
Joshua Seidel
cda814d8b3 No need to do this as they both are in their own scope 2015-07-09 09:32:13 -04:00
Joshua Seidel
4070805fcd ran gofmt removed required, added IF 2015-07-09 09:05:12 -04:00
Joshua Seidel
61f47d440d correct space, fix reading of file 2015-07-08 20:06:37 -04:00
Joshua Seidel
090248fab1 fix errors 2015-07-08 19:41:38 -04:00
Joshua Seidel
cd58da773c remove unused if 2015-07-08 15:25:00 -04:00
Clint
ab0a7d8096 Update CHANGELOG.md 2015-07-08 13:11:10 -06:00
Clint
b169a53786 Merge pull request #2642 from hashicorp/f-aws-elasticache-maintenance-window
provider/aws: Add maintenance window to ElastiCache cluster
2015-07-08 13:10:32 -06:00
Joshua Seidel
7f4a5ac413 fix if statement and condition 2015-07-08 15:09:17 -04:00
Clint
9141760474 Merge pull request #2655 from GrayCoder/master
fix markdown for aws_iam_policy_attachment
2015-07-08 13:08:30 -06:00
Clint Shryock
ef28007988 merge master 2015-07-08 13:05:33 -06:00
Joshua Seidel
6e21ca50a0 add chef secret key 2015-07-08 14:52:23 -04:00
Clint
655e1ddf78 Update CHANGELOG.md 2015-07-08 12:33:03 -06:00
Clint
d34bd0d227 Merge pull request #2640 from hashicorp/b-aws-spot-instance-fix
provider/aws: Fix issue where spot instance requests would crash
2015-07-08 12:32:13 -06:00
Clint
ec6f866561 Update CHANGELOG.md 2015-07-08 12:31:06 -06:00
Clint
f2ff63d0da Merge pull request #2644 from hashicorp/b-aws-sg-account-update
provider/aws: Fix issue in Classic env with external Security Groups
2015-07-08 12:29:50 -06:00