Commit Graph

10077 Commits

Author SHA1 Message Date
Mitchell Hashimoto
cfa5a3fe58
Revert "providers/aws: vpc refresh sets instance_tenancy"
This reverts commit a6d9e343ec.
2016-04-20 10:38:48 -07:00
Mitchell Hashimoto
a6d9e343ec
providers/aws: vpc refresh sets instance_tenancy 2016-04-20 10:36:28 -07:00
Mitchell Hashimoto
e6a3726a50 Merge pull request #6262 from hashicorp/f-import-single
ID-only tests for all resources
2016-04-20 10:19:59 -07:00
Mitchell Hashimoto
f2c4f8e9ba
helper/resource: fix tests 2016-04-20 10:08:34 -07:00
Mitchell Hashimoto
5c4f78796b
helper/resource: don't need to id-only check if no test steps 2016-04-20 09:52:53 -07:00
Mitchell Hashimoto
a285c04dc9
helper/resource: only verify id-only run if no error 2016-04-20 09:50:59 -07:00
Mitchell Hashimoto
bc09baa996
vendor: add go-spew 2016-04-20 09:38:27 -07:00
Mitchell Hashimoto
baac14aaeb
helper/resource: guard id-only by acc var 2016-04-20 09:34:54 -07:00
Mitchell Hashimoto
cb32cb8947
helper/resource: error if id-only check didn't run 2016-04-20 09:25:23 -07:00
Mitchell Hashimoto
86e0c853db
helper/resource: test for failing id-only refresh check 2016-04-20 09:18:25 -07:00
Mitchell Hashimoto
060b43fbd9
helper/resource: remove debug 2016-04-20 09:17:04 -07:00
Mitchell Hashimoto
4f6edf4fe4
helper/resource: id-only refresh testing 2016-04-20 09:16:48 -07:00
Joe Topjian
29daf8ca83 provider/openstack: Add documentation for cacert_file (#6259) 2016-04-20 15:28:49 +01:00
Joe Topjian
1047df948c Merge pull request #6224 from jtopjian/openstack-mitaka-patches
provider/openstack: OpenStack Mitaka Patches
2016-04-20 08:04:55 -06:00
Joe Topjian
eb49c00f58 Update CHANGELOG.md 2016-04-20 08:04:29 -06:00
Joe Topjian
e2d0065611 Merge pull request #6207 from drebes/master
provider/openstack: static routing entries for routers
2016-04-20 08:03:24 -06:00
Paul Stack
9c42a8d2aa Update CHANGELOG.md 2016-04-20 11:18:09 +01:00
KOJIMA Kazunori
5e33517394 provider/aws: Add support S3 Object Lifecycle Rule (#6220)
* providers/aws: Add support S3 Object Lifecycle Rule

* Fix failed vet command

* Fix failed acceptance tests

* Check nil pointer before dereference.

* Move S3 lifecycle rule id validator func to validators.go

* Don't fail when get lifecycle rule's response code is 404
2016-04-20 11:16:14 +01:00
Paul Hinze
483d081e3e Merge pull request #6255 from jhorwit2/jah/#6211
provider/triton: fixed triton key_material documentation
2016-04-19 20:29:50 -05:00
Josh Horwitz
325a9e937e provider/triton: fixed triton key_material documentation 2016-04-19 21:26:39 -04:00
Clint
a12b3f6b97 Update CHANGELOG.md 2016-04-19 17:24:16 -05:00
Rev. C. Bennett Hoffman
e108275331 Use resource.Retry for route creation and deletion (#6225)
* Use resource.Retry for route creation and deletion

* Remove uneeded out var in resource_aws_route.go
2016-04-19 17:23:42 -05:00
Chris Marchesi
6ebac8403d provider/aws: CloudFront post-merge review updates (#6196)
* provider/aws: Fix hashing on CloudFront certificate parameters

Adding necessary type assertion to values on the viewer_certificate hash
function to ensure that certain fields are indeed not zero string
values, versus simply zero interface{} values (aka nil, as is such for a
map[string]interface{}).

* provider/aws: CloudFront complex structure error handling

Handle errors better on calls to d.Set() in the
aws_cloudfront_distribution, namely in flattenDistributionConfig(). Also
caught a bug in the setting of the origin attribute, was incorrectly
attempting to set origins.

* provider/aws: Pass pointers to set CloudFront primitives

Change a few d.Set() for primitives in aws_cloudfront_distribution and
aws_cloudfront_origin_access_identity to use the pointer versus a
dereference.

* docs: Fix CloudFront examples formatting

Ran each example thru terraform fmt to fix indentation.

* provider/aws: Remove delete retention on CloudFront tests

To play better with Travis and not bloat the test account with disabled
distributions.

Disable-only functionality has been retained - one can enable it with
the TF_TEST_CLOUDFRONT_RETAIN environment variable.

* provider/aws: CloudFront delete waiter error handling

The call to resourceAwsCloudFrontDistributionWaitUntilDeployed() on
deletion of CloudFront distributions was not trapping error messages,
causing issues with waiter failure.
2016-04-19 16:40:30 -05:00
Roberto Jung Drebes
65987a4b28 static routing entries for routers 2016-04-19 21:26:09 +00:00
Sander van Harmelen
b53d0d29c8 Merge pull request #6251 from svanharmelen/b-go-cloudstack
Update to latest `go-cloudstack` package to fix issue #6101
2016-04-19 23:21:46 +02:00
Paul Stack
a842efa6a3 documentation: Add a note to ebs_volume for snapshot_id & size (#6249) 2016-04-19 22:07:01 +01:00
Sander van Harmelen
41b99a4ebc Update to latest go-cloudstack package to fix issue #6101 2016-04-19 22:48:57 +02:00
Paul Stack
8335555636 Gofmt issues (#6246) 2016-04-19 20:41:26 +01:00
Paul Stack
e9faa4270f Update CHANGELOG.md 2016-04-19 20:33:51 +01:00
David Harris
b78f4c1114 provider/aws: Added migration for tier attribute in aws_elastic_beanstalk_environment resource. (#6167)
Fixes #6164.
2016-04-19 20:32:49 +01:00
Paul Stack
fcea17e9ed Update CHANGELOG.md 2016-04-19 20:00:03 +01:00
Justin Clark
8249cb10eb Resolves DefaultOS and ConfigurationManager conflict (#6244) 2016-04-19 19:59:03 +01:00
Justin Clark
c011e1c3f3 Correct grammar in ISSUE_TEMPLATE.md (#6241) 2016-04-19 13:31:54 -05:00
clint shryock
6a9400d10e provider/aws: Allow 'available' state when deleting RDS Clusters 2016-04-19 13:15:45 -05:00
Cameron Stokes
4a6cd9054f Fix spacing in Triton resources sidebar. (#6240) 2016-04-19 17:53:51 +01:00
Martin Atkins
ed9c661000 Update CHANGELOG.md 2016-04-19 09:53:01 -07:00
Martin Atkins
26f0b803e7 Merge #6238: Smaller release binaries by stripping debug info 2016-04-19 09:52:02 -07:00
Martin Atkins
a1530855a3 Build release binaries in release mode
This strips debug information from the binaries, making them slightly
smaller.
2016-04-19 09:50:46 -07:00
Brian Hicks
b02ed0f3f7
triton: add nics 2016-04-19 09:42:29 -05:00
Soren Mathiasen
f44706c661 Reduce the size of the binaries 2016-04-19 15:15:56 +02:00
Radek Simko
3213b3c6de docs: Fix typo in Beanstalk env + link to AWS docs (#6219) 2016-04-19 13:14:07 +01:00
James Nugent
f2fef2556a Fix import formatting across code base 2016-04-18 17:28:46 -07:00
James Nugent
233411e391 Merge pull request #6231 from hashicorp/f-update-hil
deps: Update hil and call sites of hil.Eval
2016-04-18 16:54:29 -07:00
Paul Hinze
d72bb52ad4 provider/triton: fixup key_material in docs to use file()
Closes #6211
2016-04-18 18:46:38 -05:00
James Nugent
a0cc7115b3 deps: Update call sites of hil.Eval from update
hil.Eval() now returns (hil.EvaluationResult, error) instead of (value,
type, error). This commit updates the call sites, but retains all
previous behaviour. Tests are also updated.
2016-04-18 16:37:12 -07:00
James Nugent
dc69eced0f deps: Update github.com/hashicorp/hil/... 2016-04-18 16:31:19 -07:00
James Nugent
e59773f37a Update CHANGELOG.md 2016-04-18 16:21:01 -07:00
Paul Hinze
ddf794b7f7 core: fix provider config inheritence for deeply nested modules (#6186)
The flattening process was not properly drawing dependencies between provider
nodes in modules and their parent provider nodes.

Fixes #2832
Fixes #4443
Fixes #4865
2016-04-18 16:19:43 -07:00
Sander van Harmelen
d400804fb4 Update CHANGELOG.md 2016-04-18 22:59:31 +02:00
Sander van Harmelen
8006e154b3 Update CHANGELOG.md 2016-04-18 22:58:38 +02:00