Commit Graph

8794 Commits

Author SHA1 Message Date
James Nugent 904c5ae576 Update Travis to use Go 1.6 2016-02-17 14:29:53 -08:00
James Nugent a22a2e1ddf Update CHANGELOG.md 2016-02-17 13:57:11 -08:00
James Nugent 815cde7fd2 Merge pull request #5125 from lwander/b-gcp-vpn-gateway-region
provider/google: Fix VPN Region bug
2016-02-17 13:45:32 -08:00
James Nugent 84d9b757d1 Merge pull request #5173 from tpounds/go-vet-on-travis-ci-builds
Enable `go vet` on Travis CI builds
2016-02-17 13:43:55 -08:00
Trevor Pounds fdf9a35490 Run `go vet` taget on Travis CI builds. 2016-02-17 13:37:56 -08:00
James Nugent 1e876e3530 Update CHANGELOG.md 2016-02-17 13:36:17 -08:00
Trevor Pounds ebe5346e8f Enable all `go vet` warnings. 2016-02-17 13:29:51 -08:00
James Nugent f7504f7f9f Merge branch 'master' of https://github.com/vincer/terraform into vincer-master 2016-02-17 13:16:16 -08:00
James Nugent 21c8814390 Merge pull request #5172 from hashicorp/tpounds-fix-go-vet-warnings
Fix go vet warnings
2016-02-17 13:12:52 -08:00
James Nugent 3708522913 Vendor mitchellh/hashstructure 2016-02-17 12:02:14 -08:00
James Nugent bc6107508d Fix additional vet warnings 2016-02-17 11:59:50 -08:00
Trevor Pounds bac909fdbf Fix `go vet -unreachable` warnings. 2016-02-17 11:59:50 -08:00
Trevor Pounds 3eb65f2cbb Enable `go vet -unusedresult` check and fix warnings. 2016-02-17 11:59:50 -08:00
Trevor Pounds 79742fc367 Enable `go vet -composites` check and fix warnings. 2016-02-17 11:59:50 -08:00
Trevor Pounds e130b2c2dc Fix `go vet` printf verb warnings.
e.g. arg trail.LogFileValidationEnabled for printf verb %t of wrong type: *bool
2016-02-17 11:59:50 -08:00
Trevor Pounds 8e6d11fc5e Do not `go vet` vendor dependencies. 2016-02-17 11:59:49 -08:00
James Nugent 34b7665af0 Merge branch 'update_link_ldflags' of https://github.com/pauloconnor/terraform into pauloconnor-update_link_ldflags 2016-02-17 10:07:59 -08:00
Paul O'Connor e3c6c05395 Put the equals in the correct place 2016-02-17 17:44:38 +01:00
Clint 1ba59994e8 Merge pull request #5124 from steve-jansen/patch-2
Link aws_ami_copy documentation to aws_ami
2016-02-17 10:40:32 -06:00
Martin Atkins a1e3020462 Merge pull request #5167 from jzohrab/add_terraform_get_hint
Add hint to download modules for new users.
2016-02-17 08:39:37 -08:00
Paul O'Connor 21f15aea3f Use new link ldflags syntax 2016-02-17 17:35:04 +01:00
Jeff Zohrab 33d30761dd Add hint to download modules for new users. 2016-02-17 11:32:44 -05:00
James Nugent 55726036e3 Merge pull request #5166 from stack72/f-azurerm-docs-nic
provider/azurerm: Documentation update for `azurerm_network_interface`
2016-02-17 08:19:02 -08:00
Clint 34412bf56c Update CHANGELOG.md 2016-02-17 10:03:23 -06:00
Clint 37a708a2f0 Merge pull request #5155 from hashicorp/b-aws-route-error
provider/aws: Return an error if no route is found for an AWS Route
2016-02-17 10:02:48 -06:00
Clint 52e0cd82bd Merge pull request #5116 from hashicorp/b-aws-acc-tests
provider/aws: Update some tests to introduce more randomization
2016-02-17 10:02:20 -06:00
stack72 5233c85172 provider/azurerm: Documentation update for `azurerm_network_interface` 2016-02-17 15:59:26 +00:00
Joe Topjian ead4bee5f5 Update CHANGELOG.md 2016-02-17 08:23:29 -07:00
Joe Topjian dc5aa5e0bf Merge pull request #4878 from Fodoj/support-dvr
provider/openstack Add Distributed router support
2016-02-17 08:22:45 -07:00
Paul Stack 3db84441cf Merge pull request #5162 from TimeIncOSS/b-aws-s3-bucket-retry
fix: Return non-aws errors if bucket creation fails
2016-02-17 14:31:40 +00:00
Radek Simko 35345c92af fix: Return non-aws errors if bucket creation fails 2016-02-17 13:49:41 +00:00
Paul Stack bcd8306460 Update CHANGELOG.md 2016-02-17 13:32:32 +00:00
Paul Stack cd28433c2a Merge pull request #4826 from TimeIncOSS/f-aws-lambda-permission
[WIP] provider/aws: Add aws_lambda_permission
2016-02-17 13:31:29 +00:00
Radek Simko f8fac710ad Randomize name of S3 bucket in acctest 2016-02-17 12:36:19 +00:00
Radek Simko db0d48eb84 Add retry-logic and mutexes to work around inconsistent nature of IAM 2016-02-17 11:38:24 +00:00
Radek Simko 8481625596 Add retry logic to s3_bucket to prevent OperationAborted errors 2016-02-17 11:38:20 +00:00
Paul Stack ccfd314305 Update CHANGELOG.md 2016-02-17 10:36:59 +00:00
Paul Stack ec0e445c25 Merge pull request #4973 from paultyng/pt/elasticsearch-tags
AWS - Tag support for Elasticsearch
2016-02-17 10:35:18 +00:00
clint shryock a706b7c8a4 provider/aws: Return an error if no route is found for an AWS Route 2016-02-16 16:08:02 -06:00
Paul Stack 2cfdfd1d84 Update CHANGELOG.md 2016-02-16 21:56:27 +00:00
Paul Stack 77deff1194 Merge pull request #5135 from TimeIncOSS/f-aws-cloudtrail-tags
provider/aws: Add support for CloudTrail tags
2016-02-16 21:55:45 +00:00
vince rosso 2b43a317a9 documentation for lambda in VPC 2016-02-16 12:16:43 -08:00
vince rosso 3baabb0186 VPC config support in Lambda functions
fixes #5105
2016-02-16 10:43:51 -08:00
vince rosso 97af014d81 updated aws-sdk-go to 1.1.2 2016-02-16 10:39:40 -08:00
clint shryock 320dc3ddf4 provider/aws: Err on failure to attach elb in OpsWorks layer update 2016-02-16 10:31:30 -06:00
Paulo Schreiner 923f7dca37 Added error checking and removed debug statement 2016-02-16 09:44:15 -06:00
Paulo Schreiner 7293ab99d3 Added option to attach an ELB to Opsworks layer 2016-02-16 09:44:15 -06:00
Radek Simko b7a63c15f9 provider/aws: Add tests for new validators 2016-02-15 17:16:41 +00:00
Radek Simko d2a3799158 provider/aws: Add tests for aws_lambda_permission 2016-02-15 17:16:41 +00:00
Radek Simko f53ea0b4a4 provider/aws: Add docs for aws_lambda_permission 2016-02-15 17:16:41 +00:00