Commit Graph

5937 Commits

Author SHA1 Message Date
Christopher Tiwald 4f085ba550 aws_db_instance: Add mixed-case engine test to ensure StateFunc works. 2015-07-24 16:32:21 -04:00
Christopher Tiwald dfe0efaf17 aws_db_instance: Only write lowercase engines to the state file.
Amazon accepts mixed-case engines, but only returns lowercase. Without
the proper StateFunc, every apply of a mixed-case engine will result in
a new db instance. Standardize on lowercase.
2015-07-24 16:32:21 -04:00
Mitchell Hashimoto 009dba178f update CHANGELOG 2015-07-17 11:00:11 -07:00
Mitchell Hashimoto b9f5d85b22 Merge pull request #2755 from hashicorp/b-provider-couldnt-be-found-destroy-node
core: fix "provider ... couldn't be found" bug
2015-07-17 10:59:32 -07:00
Mitchell Hashimoto 2ee46eda94 test case 2015-07-17 10:58:47 -07:00
Mitchell Hashimoto 55985a6f9e Merge pull request #2752 from SamClinckspoor/patch-1
website: Fixed typo in AWS_CLOUDWATCH_METRIC_ALARM docs
2015-07-17 10:49:38 -07:00
Sander van Harmelen 0308390df9 Merge pull request #2753 from svanharmelen/f-cloudstack-options
provider/cloudstack: add new provider option and some more...
2015-07-16 22:03:13 +02:00
Dave Cunningham c8b4d3d18a Merge pull request #2754 from svanharmelen/b-google
provider/google: fixing the build...
2015-07-16 18:57:30 +01:00
Paul Hinze 814d05b96e communicator/ssh: missing newline on bastion host output 2015-07-16 12:16:39 -05:00
Paul Hinze b83582d9d1 Update CHANGELOG.md 2015-07-16 12:14:21 -05:00
Paul Hinze 98891aef96 Merge pull request #2684 from hashicorp/f-print-bastion-host-details
communicator/ssh: print ssh bastion host details to output
2015-07-16 12:13:32 -05:00
Paul Hinze f97c635ef6 core: fix "provider ... couldn't be found" bug
The `CloseProviderTransformer` relies on the `ProvidedBy()` interface to
look up the proper dependency for the the graph nodes it adds. This
interface needs to yield the name of a provider, _AND_ for flattened
nodes it needs to yield the full path to a provider.

Destroy nodes did not implement this second part, which resulted in
"provider X couldn't be found" when both of these were true:

 * A module included a resource that dependend on a provider
 * The root did _NOT_ include a provider config

Implementing a proper ProvidedBy() on the flattened version of
destroy nodes solves the issue.

fixes #2581
2015-07-16 11:56:58 -05:00
Sander van Harmelen e1d5af8ccf Fixing the build...
The v0.beta is removed, so I also removed it from here. Strangely
enough I cannot find any code that actually used it other then in being
instantiated in the provider config func.
2015-07-16 18:44:09 +02:00
Sander van Harmelen 9897e55594 Fixing last test 2015-07-16 17:58:52 +02:00
Sander van Harmelen 95ea61a8eb Adding the new doc to the layout as well 2015-07-16 17:46:23 +02:00
Sander van Harmelen 28b7b53be6 Updates and tweaks 2015-07-16 17:40:11 +02:00
Sam Clinckspoor b54b35904d Fixed typo in AWS_CLOUDWATCH_METRIC_ALARM docs 2015-07-16 17:27:33 +02:00
Clint 7f908e0ac6 Update CHANGELOG.md 2015-07-15 17:03:08 -05:00
Clint f0bed182b8 Merge pull request #2735 from hashicorp/b-aws-lc-enable-monitoring-fix
provider/aws: Fix issue with Launch Configurations and enable_monitoring
2015-07-15 17:02:40 -05:00
Clint a638c3e76f Update RELEASING.md
install `godep`
2015-07-15 16:34:12 -05:00
Clint 01357d38d3 Update CHANGELOG.md 2015-07-15 11:45:06 -05:00
Clint d48d3cc0d4 Merge pull request #2737 from exo/security-group-rule-typo
Fix minor typo in AWS security group rule docs
2015-07-15 11:23:04 -05:00
Jon Simpson a2e14c0464 Fix typo 2015-07-15 16:48:53 +01:00
Clint Shryock 1091884735 provider/aws: Fix issue with Launch Configurations and enable_monitoring
Can now set this value to false. Fixes #2734
2015-07-15 10:42:39 -05:00
Clint abe62e635a Merge pull request #2724 from hashicorp/f-aws-asg-updates
provider/aws: Improved Auto Scaling Groups updates
2015-07-15 08:42:54 -05:00
Radek Simko a03cbdb5d5 Update CHANGELOG.md 2015-07-14 19:16:08 +01:00
Radek Simko c72173853d Merge pull request #2695 from TimeIncOSS/f-aws-vpc-endpoint
provider/aws: Add new resource - aws_vpc_endpoint
2015-07-14 19:03:10 +01:00
Radek Simko 4d1d4ea0df provider/aws: Add acceptance tests for aws_vpc_endpoint 2015-07-14 18:48:41 +01:00
Garrett Johnson f9e825efca provider/aws: Add new resource - aws_vpc_endpoint 2015-07-14 18:48:41 +01:00
Radek Simko 650b13ebd4 provider/aws: Add docs for vpc_endpoint 2015-07-14 18:34:21 +01:00
Radek Simko 3ebabbffcc Update CHANGELOG.md 2015-07-14 18:07:00 +01:00
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
Clint Shryock 04a5890853 minor fix to the test 2015-07-14 10:39:31 -05:00
Clint Shryock 55a1a31c2b provider/aws: document that availability zones are now optional in ASGs 2015-07-14 10:24:16 -05:00
Clint Shryock ed98e02e4a provider/aws: Improved Auto Scaling Groups updates
- availability zones are optional if you specify a VPC Zone Identifier (subnet)
- availability zones can be updated in place
2015-07-14 10:19:10 -05: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