This project is mirrored from https://:*****@github.com/hashicorp/terraform.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 24 Feb, 2016 22 commits
-
-
Paul Hinze authored
* Drop Go 1.5 compatibility env vars * Drop `make updatedeps` from `Makefile` and docs * Update README w/ vendored dep instructions
-
Paul Hinze authored
-
Paul Hinze authored
-
Paul Hinze authored
386 architecture builds were failing with: ``` builtin/providers/aws/resource_aws_sns_topic_subscription.go:216: constant 60000000000 overflows int ```
-
James Nugent authored
terraform: don't prune resource if count has interpolations
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Paul Hinze authored
-
Paul Hinze authored
-
Mitchell Hashimoto authored
-
Paul Hinze authored
-
Paul Hinze authored
``` 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 ```
-
Radek Simko authored
-
Radek Simko authored
config: Add new interpolation function - md5
-
Radek Simko authored
-
Radek Simko authored
-
Radek Simko authored
-
Radek Simko authored
-
Radek Simko authored
aws_cloudwatch_metric_alarm docs reference 'namespace' twice.
-
Akram Hussein authored
-
Martin Atkins authored
Fix -module-depth typo
-
Feanil Patel authored
The module depth parameter had an equal sign instead of a dash in the name.
-
- 23 Feb, 2016 18 commits
-
-
Paul Hinze authored
Remove `make updatedeps` from README steps
-
Adam Ochonicki authored
As of 0.6.11 `make updatedeps` has been replaced with vendored packages https://github.com/hashicorp/terraform/issues/4960#issuecomment-178932434
-
Paul Hinze authored
Use four-space indent to catch `<pre>` formatting on GitHub for users who copy/paste.
-
Paul Hinze authored
-
Paul Hinze authored
core: output "diffs didn't match" error details
-
Paul Hinze authored
Build with Go 1.6
-
Paul Hinze authored
Previously these details were relegated to the debug logs, which forces the user to reproduce the error condition and then go digging for the error message. Since we're asking users to report this error, let's give them all the details they need right up front to make it a little easier on them.
-
Paul Hinze authored
* Mention requiring Go 1.6+ in the README in preparation for a follow up PR which updates our docs / Makefile to align with our vendored dependencies.
-
Paul Hinze authored
-
Paul Hinze authored
core: error instead of panic on self var in wrong scope
-
Paul Hinze authored
Fixes #4808 Fixes #5174
-
Paul Stack authored
-
Paul Stack authored
provider/aws: Enable DynamoDB Table to output `stream_arm` when streams are enabled
-
Paul Stack authored
-
Paul Stack authored
provider/aws: Implement RetentionPeriod Changes for Kinesis Stream
-
stack72 authored
-
Paul Hinze authored
-
Paul Hinze authored
terraform: upgrade resource name regexp failure to error
-