Commit Graph

5961 Commits

Author SHA1 Message Date
Pablo Cantero 75492513ec dynamodb-local Use ` instead of : to refer region to keep the consistency with the
provider docs
2015-07-29 13:36:02 -03:00
Pablo Cantero 2f6d20837f dynamodb-local Update aws provider docs to include the `dynamodb_endpoint` argument 2015-07-29 13:33:51 -03:00
Pablo Cantero 35201e730e dynamodb-local Add `dynamodb_endpoint` allowing to change the DynamoDB Endpoint for
example to connect to dynamodb-local
2015-07-22 18:57:29 -03:00
Clint a4cbef0523 Update CHANGELOG.md 2015-07-20 12:38:54 -05:00
Clint 60305cb879 Merge pull request #2728 from hashicorp/b-aws-db-param-bug
provider/aws: Fix issue with detecting differences in DB Parameters
2015-07-20 12:38:17 -05:00
Mitchell Hashimoto 670b2a722f Update CHANGELOG.md 2015-07-20 09:39:04 -07:00
Mitchell Hashimoto a6183212db Merge pull request #2793 from svanharmelen/b-chef-sudo
provisioner/chef: fix error when uploading `hints` when using `sudo`
2015-07-20 09:38:19 -07:00
Mitchell Hashimoto 0bd8694211 Update CHANGELOG.md 2015-07-20 09:36:47 -07:00
Sander van Harmelen 885b4e9278 Updating the test accordingly... 2015-07-20 18:34:44 +02:00
Sander van Harmelen df909ca3ca Fix an issue with `sudo` and `hints`
Fixes issue #2781
2015-07-20 18:31:32 +02:00
Paul Hinze 5a87416bdf Merge pull request #2775 from hashicorp/b-noop-prune
Prune unused resources from graph
2015-07-20 11:28:04 -05:00
Mitchell Hashimoto 8d29f274c8 terraform: remove print 2015-07-20 08:57:35 -07:00
Mitchell Hashimoto 696d5ef94f terraform: clarify comment 2015-07-20 08:57:35 -07:00
Mitchell Hashimoto 4d361c839e terraform: prune resources and variables 2015-07-20 08:57:34 -07:00
Mitchell Hashimoto 6550f564bf terraform: PruneNoopTransformer 2015-07-20 08:57:34 -07:00
Mitchell Hashimoto 3781f5d5bf Update CHANGELOG.md 2015-07-20 08:53:16 -07:00
Mitchell Hashimoto 853f4f2385 Merge pull request #2786 from hashicorp/b-nested-module-orphans
Grandchild module orphans should be destroyed
2015-07-20 08:52:33 -07:00
Mitchell Hashimoto 955bbbba41 terraform: state module orphans should only return direct 2015-07-20 08:41:24 -07:00
Mitchell Hashimoto 281e4d3e67 Update CHANGELOG.md 2015-07-20 08:34:41 -07:00
Mitchell Hashimoto 28762152c6 Merge pull request #2788 from hashicorp/b-splat-unknown
terraform: splatting with computed values is computed [GH-2744]
2015-07-20 08:33:50 -07:00
Paul Hinze 392f56101c core: add failing deeply nested orphan module test
I was worried about the implications of deeply nested orphaned modules
in the parent commit, so I added a test. It's failing but not quite like
I expected it to. Perhaps I've uncovered an unrelated bug here?

/cc @mitchellh
2015-07-20 10:19:52 -05:00
Mitchell Hashimoto 7735847579 terraform: splatting with computed values is computed [GH-2744] 2015-07-19 17:27:38 -07:00
Mitchell Hashimoto edd05f2aa2 terraform: fix some test failures 2015-07-19 14:14:05 -07:00
Mitchell Hashimoto 61d275f475 terraform: get nested oprhans in the transform 2015-07-19 13:53:31 -07:00
Mitchell Hashimoto 96a04c16f6 terraform: state ModuleOrphans should return grandchild orphans 2015-07-19 13:41:57 -07: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
Clint Shryock 7756bf3aef provider/aws: Fix issue with detecting differences in DB Parameters
Fixes #2718
2015-07-14 14:47:18 -05:00
Radek Simko a03cbdb5d5 Update CHANGELOG.md 2015-07-14 19:16:08 +01:00