Commit Graph

5773 Commits

Author SHA1 Message Date
Paul Hinze
a0103cbcc6 Merge pull request #2575 from sofuture/master
use /usr/bin/env bash
2015-06-30 13:25:11 -05:00
Jeff Zellner
ac462d2ef1 use /usr/bin/env bash 2015-06-30 11:52:11 -06:00
Paul Hinze
0698b865e2 provider/aws: fix go vet 2015-06-30 12:35:54 -05:00
Mitchell Hashimoto
0b3d249727 provider/aws: ignore providers with Meta nil
We changed the way validation works for providers so that they aren't
always configured if they have computed attributes. The result is that
sometimes the Configure won't be called, hence Meta is nil
2015-06-30 10:24:53 -07:00
Mitchell Hashimoto
6209eed10e update CHANGELOG 2015-06-30 08:31:18 -07:00
Clint
4f2f9546c3 Merge pull request #2574 from hashicorp/b-aws-spot-request-touchup
provider/aws: Code cleanups for Spot Requests
2015-06-30 09:30:26 -05:00
Clint Shryock
c81345f535 provider/aws: Code cleanups for Spot Requests 2015-06-30 09:28:14 -05:00
Paul Hinze
8fa96d2c33 provider/aws: fix db_subnet acc test
AWS accepts uppercase DB Subnet Group names - it just automatically
downcases them. We already had logic to handle that - so we
intentionally had an acctest with uppercase characters that was now
failing.

Loosening the regexp to allow uppercase letters for now - we can discuss
if we want to tighten the validation as a separate question.

/cc @radeksimko @catsby
2015-06-30 09:20:52 -05:00
Sander van Harmelen
57980349fc Merge pull request #2570 from svanharmelen/b-provisioner-chef-version
provisioner/chef: fixes issue #2568
2015-06-30 14:35:04 +02:00
Sander van Harmelen
3d03f4b2aa Fixing the tests 2015-06-30 14:13:36 +02:00
Sander van Harmelen
b7e981c6d1 Fixes issue #2568
When surrounding the version with quotes, even no version (an empty
string) will be accepted as parameter. The install.sh script treats an
empty version string the same as no when version is set. So it will
then just use the latest available version.
2015-06-30 14:03:06 +02:00
Radek Simko
282e139334 Update CHANGELOG.md 2015-06-30 12:37:57 +01:00
Radek Simko
8acc55ae13 Merge pull request #2402 from hashicorp/f-aws-ecs-td-deregistration
provider/aws: Deregister ECS task definition correctly
2015-06-30 12:36:58 +01:00
Radek Simko
c4f3ec8df6 Merge pull request #2566 from ksatirli/patch-1
fixes typo in CHANGELOG.md
2015-06-30 08:51:31 +01:00
Radek Simko
a45e516593 Update CHANGELOG.md 2015-06-30 08:47:58 +01:00
Radek Simko
f67410db53 Merge pull request #2534 from dtan4/ec-subnet-group-subnet-ids
Make elasticache_subnet_group subnet_ids as required argument
2015-06-30 08:45:48 +01:00
Kerim Satirli
30d26a6843 fixes typo 2015-06-30 09:14:23 +02:00
Radek Simko
f5eb581425 provider/aws: ecs task definition is deregistered correctly 2015-06-29 23:37:20 +01:00
Paul Hinze
bc06deace2 Merge pull request #2535 from managedbyq/d-bogus-known-issue-dhcp-options
aws/docs: Removes bogus known linked issue from docs.
2015-06-29 17:17:54 -05:00
Paul Hinze
860a0fcbf2 provider/azure: fixup storage service test
wrong region in fixture vs assertion
2015-06-29 16:55:26 -05:00
Paul Hinze
4981d7d28c provider/docker: [tests] change images
use a base image with a long running process - fixes container tests
2015-06-29 16:09:05 -05:00
Mitchell Hashimoto
b686898d62 update CHANGELOG 2015-06-29 14:01:39 -07:00
Mitchell Hashimoto
2b0d2f4c7d Merge pull request #2559 from hashicorp/b-push
command/push: new UX (prefer Atlas over local vars) [GH-2373]
2015-06-29 14:00:43 -07:00
Mitchell Hashimoto
3cc5252b9d website: update copy 2015-06-29 13:59:25 -07:00
Mitchell Hashimoto
1f92dd5b40 command/push: update output 2015-06-29 13:58:54 -07:00
Mitchell Hashimoto
c5d3c585c6 command/push: update var name 2015-06-29 13:57:58 -07:00
Mitchell Hashimoto
9d9bcc2f6e command/push: update flag to -overwrite, update docs 2015-06-29 13:53:05 -07:00
Mitchell Hashimoto
82028a7667 website: update push docs 2015-06-29 13:45:35 -07:00
Mitchell Hashimoto
8ee3281858 command/push: UX 2015-06-29 13:41:07 -07:00
Radek Simko
3741f1fd22 Update CHANGELOG.md 2015-06-29 20:42:25 +01:00
Clint
a8b6f04555 Update CHANGELOG.md 2015-06-29 14:41:00 -05:00
Radek Simko
406967e581 Merge pull request #2552 from TimeIncOSS/f-aws-iam-role-validation
provider/aws: Add validation for aws_iam_role_policy.name
2015-06-29 20:39:52 +01:00
Radek Simko
ce831e879f Merge pull request #2553 from TimeIncOSS/f-aws-iam-instance-profile-validation
provider/aws: Add validation for aws_iam_instance_profile.name
2015-06-29 20:39:39 +01:00
Paul Hinze
e5e046b45e Update CHANGELOG.md 2015-06-29 14:37:52 -05:00
Paul Hinze
b26df75b50 Merge pull request #2327 from jefferai/f-delay-on-link
Fix two serious problems when using links in Docker containers
2015-06-29 14:36:38 -05:00
Clint
791787047f Merge pull request #2395 from GrayCoder/master
Add resource "aws_iam_policy_attachment" to attach a managed policy to users, roles, or groups
2015-06-29 14:33:34 -05:00
Mitchell Hashimoto
dc40f044f0 command/push: prefer Atlas over local, add -set flag 2015-06-29 12:24:13 -07:00
Paul Hinze
ddc266902b tests: test name consistency 2015-06-29 14:06:55 -05:00
Paul Hinze
8b0deba35b Update CHANGELOG.md 2015-06-29 13:43:58 -05:00
Paul Hinze
9ef25fa022 Merge pull request #2530 from aznashwan/f-azure-database-firewall
provider/azure: Added SQL Database Server Firewall Rule resource.
2015-06-29 13:43:38 -05:00
Paul Hinze
3aade883b6 Update CHANGELOG.md 2015-06-29 13:37:41 -05:00
aznashwan
7429027a8c Added SQL Database Server Firewall Rule resource. 2015-06-29 21:36:02 +03:00
Paul Hinze
6bbf61ae6e Merge pull request #2555 from hashicorp/b-target-after-flatten
core: move targets transform after flatten
2015-06-29 13:34:52 -05:00
Paul Hinze
3060050a30 Merge pull request #2527 from hashicorp/b-close-provider-target
core: fix provider/close provider race when targeting
2015-06-29 13:34:45 -05:00
Paul Hinze
cf432b3ceb core: move targets transform after flatten
Allows target dependencies to be properly calculated across module
boundaries, fixing scenarios where a target depends on something inside
a module, but the contents of the module are not included in the
targeted resources.

fixes #1858
2015-06-29 13:19:37 -05:00
Paul Hinze
184edbefcd core: remove now-unused flatten impls of close nodes
/cc @mitchellh
2015-06-29 12:46:24 -05:00
Paul Hinze
557b299c4b core: move close transforms after flatten and destroy transforms
fixes destroy-related failures introduced by the close transforms
2015-06-29 12:46:18 -05:00
Mitchell Hashimoto
54d586f9b3 Update CHANGELOG.md 2015-06-29 10:37:07 -07:00
Mitchell Hashimoto
686076526b Merge pull request #2543 from hashicorp/b-elastic-ip-destroy
provider/aws: ignore association not exist on EIP destroy [GH-2295]
2015-06-29 10:35:20 -07:00
Mitchell Hashimoto
4b5b6b6942 Merge pull request #2544 from hashicorp/b-vpc-peer-failed
providers/aws: vpc peering failed == deleted [GH-2322]
2015-06-29 10:35:15 -07:00