Commit Graph

9230 Commits

Author SHA1 Message Date
Chris Marchesi
8c5354b7dc Add MaxItems attribute to Schema
* MaxItems defines a maximum amount of items that can exist within a
   TypeSet or TypeList. Specific use cases would be if a TypeSet is being
   used to wrap a complex structure, however more than one instance would
   cause instability.
2016-02-23 16:41:32 -08:00
Paul Hinze
e1e39eefbc Merge pull request #5284 from fromonesrc/make-readme
Remove `make updatedeps` from README steps
2016-02-23 15:26:21 -06:00
Adam Ochonicki
0673fe3273 Remove make updatedeps from README steps
As of 0.6.11 `make updatedeps` has been replaced with vendored packages

https://github.com/hashicorp/terraform/issues/4960#issuecomment-178932434
2016-02-23 16:20:43 -05:00
Maxime Bury
f92b2b7c58 Also ignore empty VPC config after all 2016-02-23 12:56:46 -08:00
Paul Hinze
b831ba3ab6 terraform: tweak diffs didn't match output spacing
Use four-space indent to catch `<pre>` formatting on GitHub for users
who copy/paste.
2016-02-23 14:35:30 -06:00
Radek Simko
ab73f2b762 helper: Add StateChangeConf.ContinuousTargetOccurence (int) 2016-02-23 20:18:57 +00:00
Paul Hinze
5a373b0125 Update CHANGELOG.md 2016-02-23 14:07:40 -06:00
Paul Hinze
dabb8a3511 Merge pull request #5276 from hashicorp/phinze/diffs-didnt-matchs-output
core: output "diffs didn't match" error details
2016-02-23 14:07:23 -06:00
Paul Hinze
94f30b6a2b Merge pull request #5275 from hashicorp/phinze/go1.6
Build with Go 1.6
2016-02-23 13:46:58 -06:00
Paul Hinze
78f5780248 core: output "diffs didn't match" error details
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.
2016-02-23 13:41:18 -06:00
Paul Hinze
10dbf340a6 Build with Go 1.6
* 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.
2016-02-23 12:58:38 -06:00
Paul Hinze
09d320fd94 Update CHANGELOG.md 2016-02-23 12:14:16 -06:00
Paul Hinze
d1f8a214ae Merge pull request #5273 from hashicorp/phinze/self-var-panic
core: error instead of panic on self var in wrong scope
2016-02-23 12:13:45 -06:00
Paul Hinze
fbc9cf9ddb core: error instead of panic on self var in wrong scope
Fixes #4808
Fixes #5174
2016-02-23 11:44:24 -06:00
Paul Stack
adc0a8b126 Update CHANGELOG.md 2016-02-23 17:28:10 +00:00
Paul Stack
e454b21100 Merge pull request #5271 from stack72/f-aws-dynamodb-stream-arn
provider/aws: Enable DynamoDB Table to output `stream_arm` when streams are enabled
2016-02-23 17:27:22 +00:00
Paul Stack
9c0d06b21d Update CHANGELOG.md 2016-02-23 17:26:59 +00:00
Paul Stack
039065f63a Merge pull request #5223 from stack72/f-aws-kinesis-retention-period
provider/aws: Implement RetentionPeriod Changes for Kinesis Stream
2016-02-23 17:26:12 +00:00
stack72
8d6cfe8e89 Implement RetentionPeriod Changes for AWS Kinesis Stream 2016-02-23 17:15:33 +00:00
Paul Hinze
fbe4df8d31 Update CHANGELOG.md 2016-02-23 11:01:48 -06:00
Paul Hinze
510025da19 Merge pull request #5272 from hashicorp/phinze/resource-name-validation
terraform: upgrade resource name regexp failure to error
2016-02-23 10:58:25 -06:00
Paul Hinze
5a9dad82d6 terraform: upgrade resource name regexp failure to error
We're well past Terraform 0.4, so it's time to finally make good on the
original promise. :)

Fixes #5243
2016-02-23 10:32:49 -06:00
stack72
0ce4aed52a provider/aws: Enable DynamoDB Table to output stream_arm when streams
are enabled
2016-02-23 15:40:41 +00:00
Paul Hinze
8677c1dab0 Update CHANGELOG.md 2016-02-23 08:03:42 -06:00
Paul Hinze
b5e6a4fac7 Merge pull request #5101 from tpounds/fix-read-aws-asg-termination-policies
provider/aws: Fix reading auto scaling group termination policies
2016-02-23 08:03:18 -06:00
Trevor Pounds
066a60debe Add termination policies acceptance test. 2016-02-22 17:05:10 -08:00
Trevor Pounds
b39cc55f37 Cleanup termination policy update logic. 2016-02-22 17:05:09 -08:00
Trevor Pounds
44b00782c3 Fix termination policies read logic. 2016-02-22 17:05:09 -08:00
Paul Hinze
79dee04a98 provider/google: cover fix in #5110 2016-02-22 18:55:22 -06:00
Paul Hinze
712e82ae32 Update CHANGELOG.md 2016-02-22 18:55:09 -06:00
Paul Hinze
1d67fc4bb8 Merge pull request #5110 from fd/patch-1
google_pubsub_subscription crashes when ack_deadline_seconds is provided
2016-02-22 18:54:19 -06:00
Paul Hinze
b822c6fa1a Merge pull request #5123 from ColinHebert/start_host_config
provider/docker: Stop providing the hostConfig while starting the container
2016-02-22 18:49:03 -06:00
Paul Hinze
136c228b48 core: add context test for #5096 2016-02-22 18:37:21 -06:00
Paul Hinze
d8164d4d19 Update CHANGELOG.md 2016-02-22 18:36:25 -06:00
Paul Hinze
3d2bd8576a Merge pull request #5096 from paybyphone/paybyphone_create_before_destroy_bypass
Bypass CreateBeforeDestroyTransformer on terraform destroy
2016-02-22 18:34:36 -06:00
Paul Hinze
eb726a6cd1 Update CHANGELOG.md 2016-02-22 18:17:58 -06:00
Paul Hinze
ce948c0dea Merge pull request #5120 from paybyphone/paybyphone_igw_destroyfix
IGW detatch waiter tweak, 30 not found checks w/15 min max
2016-02-22 18:17:12 -06:00
Paul Hinze
9c0e52bc4b Merge pull request #5100 from hashicorp/b-aws-sg-drift-updates
provider/aws: Security Group drift updates
2016-02-22 18:10:49 -06:00
Paul Stack
fca97d7994 Update CHANGELOG.md 2016-02-22 23:21:44 +00:00
Paul Stack
57f58dec98 Merge pull request #5262 from stack72/b-aws-redshift-cluster-public
provider/aws: `aws_redshift_cluster` publicly_accessible now defaults true
2016-02-22 23:19:30 +00:00
stack72
e822d46843 provider/aws: aws_redshift_cluster publicly_accessible now defaults to
true
2016-02-22 23:11:55 +00:00
Paul Hinze
55a9824a9a Update CHANGELOG.md 2016-02-22 16:55:36 -06:00
Paul Hinze
5528abb51e Merge pull request #5255 from hashicorp/phinze/improve-vpc-cidr-errmsg
provider/aws: improve vpc cidr_block err message
2016-02-22 16:54:47 -06:00
Paul Hinze
ce74e3d8f0 provider/aws: improve vpc cidr_block err message
Pull CIDR block validation into a shared func ready to be used elsewhere

Example of new err message:

```
Errors:

  * aws_vpc.foo: "cidr_block" must contain a valid network CIDR,
    expected "10.0.0.0/16", got "10.0.1.0/16"
```
2016-02-22 16:44:33 -06:00
Paul Stack
99992b4cb3 Update CHANGELOG.md 2016-02-22 22:02:59 +00:00
Paul Stack
d5fb018250 Merge pull request #4945 from stack72/aws-rds-enhanced-monitoring
provider/aws: Enabled Enhanced Monitoring for RDS
2016-02-22 22:02:09 +00:00
James Nugent
935fc96778 Update CHANGELOG.md 2016-02-22 16:46:36 -05:00
James Nugent
ee7e162a86 Merge branch 'atlassian-datadog_provider' 2016-02-22 16:43:04 -05:00
Paul Hinze
b9cbbe85e7 Merge pull request #5248 from freeformz/godep_fixup
Fix up deps
2016-02-22 14:50:36 -06:00
Otto Jongerius
c8bd02abee Add Datadog doco. 2016-02-22 15:04:29 -05:00