Commit Graph

9231 Commits

Author SHA1 Message Date
James Nugent 3adae0216c provider/aws: Fix crash creating rules in aws SGs
This commit uses Group Name in preference to Group ID where appropriate
in the aws_security_group_rule resource. This fixes the crash reported
in #5310.

Fixes #5310.
2016-02-25 13:50:24 -05:00
Martin Atkins 4121f79d11 Merge pull request #5313 from hashicorp/f-changelog-links
Script to linkify github issue references in CHANGELOG.md
2016-02-25 10:41:09 -08:00
Drew Minnear ef50479e8a added routing rules to s3 buckets 2016-02-25 10:19:23 -08:00
Paul Hinze ebfcaed3c1 Merge pull request #5324 from jrnt30/patch-1
Update null_resource.html.markdown
2016-02-25 09:16:24 -06:00
Justin Nauman f8e9a8150a Update null_resource.html.markdown
Fixing example w/ interpolation error.
2016-02-25 09:13:54 -06:00
Paul Hinze 9202bc0e1c provider/vsphere: Fix gofmt 2016-02-25 08:50:02 -06:00
Paul Hinze 47d0830ccb Update CHANGELOG.md 2016-02-25 08:45:00 -06:00
Paul Hinze 984d682955 Merge pull request #4284 from matt-deboer/master
Added support for disk init types
2016-02-25 08:44:27 -06:00
Paul Hinze 0cf6ba6f64 README/Makefile: Mention & auto-install gox 2016-02-25 06:48:43 -06:00
Radek Simko d39e6029f9 Update CHANGELOG.md 2016-02-25 12:22:57 +00:00
Radek Simko 4b8726dc2b Merge pull request #5305 from TimeIncOSS/f-s3-obj-update-and-versioning
provider/aws: Enable updates & versioning for s3_bucket_object
2016-02-25 12:19:34 +00:00
Radek Simko 44246ca126 provider/aws: Add tests for s3_bucket_object w/ versioning enabled 2016-02-25 12:04:18 +00:00
Radek Simko ef85147559 provider/aws: Add tests for s3_bucket_object updates 2016-02-25 12:04:18 +00:00
Radek Simko 9377b301ca provider/aws: Cleanup s3_bucket_object acceptance tests
- the goal was to allow running tests in parallel and to get rid of global variables in the aws package
2016-02-25 12:04:18 +00:00
Radek Simko 24ac996963 provider/aws: Add support for versioned objects 2016-02-25 12:04:18 +00:00
Radek Simko 2f8b9edaf8 provider/aws: Add support for s3_bucket_object updates 2016-02-25 12:04:16 +00:00
Paul Stack dd4f696a6d Merge pull request #5314 from sl1pm4t/master
add missing sidebar link to new google_compute_subnetwork resource
2016-02-25 08:38:26 +00:00
Matt Morrison 2d78cf0d37 add missing sidebar link to new google_compute_subnetwork resource 2016-02-25 16:56:01 +13:00
Martin Atkins 9671ad4576 Result of running changelog-links script on historical changelog
This is the first run of changelog-links to link all of the existing
references in the changelog. Moving forward this will be done once for
each release, changing only the items added within that release.
2016-02-24 17:35:34 -08:00
Martin Atkins 94ff15fe5b Script to linkify github issue references in CHANGELOG.md
This fixes #4439 by making a compromise: the issues under the "unreleased"
heading will still not be links, because it's inconvenient for the
committers team to write out those links manually for each merge. However,
we'll run this script on release so that all of the *released* changes
are presented as clickable links, so people can quickly read through the
set of changes in each new release.
2016-02-24 17:34:14 -08:00
James Nugent 5444223da3 Merge pull request #5311 from hashicorp/b-update-sys-unix-dep
dep: Update golang.org/x/sys/unix/... dependencies
2016-02-24 19:00:52 -05:00
James Nugent 4a24a7701f Merge pull request #5308 from hashicorp/phinze/doc-vendored-deps
Makefile/docs: Lock in 1.6 req, doc vendored deps
2016-02-24 18:17:23 -05:00
James Nugent dc86b948ce dep: Update golang.org/x/sys/unix/... dependencies 2016-02-24 18:13:28 -05:00
James Nugent 74e5711f08 Merge pull request #5182 from Originate/mb-fix-lambda-vpc-implementation
provider/aws: Fixes terraform crash when lambda VpcId is nil
2016-02-24 17:52:38 -05:00
Paul Hinze 5723d749ed Merge pull request #5291 from freeformz/master
fix up some other badly saved deps.
2016-02-24 16:41:57 -06:00
Edward Muller 8a9b0f6628 fix up some other badly saved deps.
237e257f37 was probably done with an older
version of godep
2016-02-24 14:27:26 -08:00
Paul Hinze d21b0897a9 Makefile/docs: Lock in 1.6 req, doc vendored deps
* Drop Go 1.5 compatibility env vars
 * Drop `make updatedeps` from `Makefile` and docs
 * Update README w/ vendored dep instructions
2016-02-24 16:13:49 -06:00
Radek Simko 8ce04586e0 Merge pull request #4447 from TimeIncOSS/f-work-around-incosistent-api
helper: Add ContinuousTargetOccurence to work around inconsistency
2016-02-24 21:51:02 +00:00
Paul Hinze 2a97e53b24 release: clean up after v0.6.12 2016-02-24 20:33:57 +00:00
Paul Hinze 9556c4dfab
v0.6.12 2016-02-24 19:58:28 +00:00
Paul Hinze 893bfb3ff4 provider/aws: Fix int overflow on 386 builds
386 architecture builds were failing with:

```
builtin/providers/aws/resource_aws_sns_topic_subscription.go:216: constant 60000000000 overflows int
```
2016-02-24 13:55:01 -06:00
James Nugent 242f088309 Merge pull request #5302 from hashicorp/b-5254
terraform: don't prune resource if count has interpolations
2016-02-24 12:17:35 -05:00
Mitchell Hashimoto 12b6776675 terraform: don't prune resource if count contains interpolations 2016-02-24 12:04:42 -05:00
Mitchell Hashimoto 54411301c4 terraform: println so we show up in logs 2016-02-24 11:57:27 -05:00
Paul Hinze b7554ced1d terraform: repro for issue 5254 test 2016-02-24 10:04:57 -06:00
Paul Hinze 6af79168db core: demote early exit log from ERROR -> DEBUG 2016-02-24 09:58:33 -06:00
Mitchell Hashimoto 4eed21f04c terraform: issue 5254 test case (not yet working) 2016-02-24 10:55:55 -05:00
Paul Hinze 8472c7d59f core: log eval tree operations 2016-02-24 09:49:11 -06:00
Paul Hinze cb8f0f04b5 fix go vet warnings
```
go tool vet -all .
builtin/providers/aws/resource_aws_elasticache_security_group.go:130: arg apierr.Code in printf call is a function value, not a function call
builtin/providers/aws/resource_aws_elasticache_subnet_group.go:155: arg apierr.Code in printf call is a function value, not a function call
```
2016-02-24 09:48:32 -06:00
Radek Simko ebf2fd54e5 provider/aws: Clean up whitespaces 2016-02-24 14:58:17 +00:00
Radek Simko 70f045e46e provider/aws: Breaking change - Trim off quotes for aws_s3_bucket_object.etag 2016-02-24 14:58:17 +00:00
Radek Simko 79281c2502 Update CHANGELOG.md 2016-02-24 14:01:25 +00:00
Radek Simko b6c6e3eba3 Merge pull request #5267 from TimeIncOSS/f-config-md5-func
config: Add new interpolation function - md5
2016-02-24 14:00:08 +00:00
Radek Simko bb5af50b25 docs: Document new interpolation function md5 2016-02-24 13:01:05 +00:00
Radek Simko b90cd618c2 docs: Sort interpolation functions alphabetically 2016-02-24 13:01:05 +00:00
Radek Simko 664ba5f5a6 config: Add new interpolation function - md5 2016-02-24 13:01:05 +00:00
Radek Simko 573d3bd7ab config: Sort functions mapping alphabetically 2016-02-24 13:01:05 +00:00
Radek Simko 44ee619ebd Merge pull request #5296 from akramhussein/patch-1
aws_cloudwatch_metric_alarm docs reference 'namespace' twice.
2016-02-24 12:57:30 +00:00
Akram Hussein f887b70964 aws_cloudwatch_metric_alarm docs reference 'namespace' twice. 2016-02-24 12:39:22 +00:00
Martin Atkins 4e74bc81d3 Merge pull request #5289 from feanil/patch-1
Fix -module-depth typo
2016-02-23 17:48:45 -08:00