Mitchell Hashimoto
9fc78d4ea1
Merge pull request #2448 from hashicorp/b-openstack-networks
...
providers/openstack: fix crash case if network is nil [GH-2323]
2015-06-24 10:38:27 -07:00
Paul Hinze
4627c12550
Update CHANGELOG.md
2015-06-24 12:38:07 -05:00
Mitchell Hashimoto
bf73a31da3
update CHANGELOG
2015-06-24 10:36:54 -07:00
Mitchell Hashimoto
6b7c2bcb35
Merge pull request #2450 from hashicorp/b-schema-validate-type
...
helper/schema: validate objects are objects [GH-2166]
2015-06-24 10:35:26 -07:00
Mitchell Hashimoto
232916a4de
Merge pull request #2449 from hashicorp/b-aws-sg-crash
...
providers/aws: more guards against crashy cases [GH-2308]
2015-06-24 10:35:04 -07:00
Mitchell Hashimoto
6bdc44b37f
update CHANGELOG
2015-06-24 10:33:03 -07:00
Mitchell Hashimoto
148a84cfc3
Merge pull request #2453 from hashicorp/b-orphan-deps
...
terraform: orphan dependencies should be inverted
2015-06-24 10:31:43 -07:00
Mitchell Hashimoto
630646335f
Merge pull request #2451 from hashicorp/b-provider-validate
...
helper/schema: internal validate as part of provider validation
2015-06-24 10:28:49 -07:00
Radek Simko
92db4802b6
schema: Add field name to ValidateFunc
2015-06-24 18:22:12 +01:00
Mitchell Hashimoto
0e73dbc506
update CHANGELOG
2015-06-24 10:15:18 -07:00
Mitchell Hashimoto
c144491f6f
Merge pull request #2457 from hashicorp/b-provider-computed
...
Computed provider variables properly validate
2015-06-24 10:14:35 -07:00
Mitchell Hashimoto
3114cd430c
update CHANGELOG
2015-06-24 09:53:57 -07:00
Mitchell Hashimoto
1a844c4689
Merge pull request #2464 from hashicorp/b-provider-var-conflict
...
terraform: provider input should be scoped by path
2015-06-24 09:53:04 -07:00
Mitchell Hashimoto
d0519f226d
terraform: provider input should be scoped by path
...
The provider input before wasn't scoped by path, which caused
non-descendant parts of the graph to grab the configuration of another
sub-tree. The result is that you'd often get copied provider
configurations across the module barriers.
See GH-2024
2015-06-24 09:34:21 -07:00
John Ewart
fd98cae9cc
Increment attemptCount when a LimitExceededException occurs
2015-06-24 07:36:14 -07:00
John Ewart
7718cd194c
Support backing off a bit when throttling / limit-exceeded exceptions happen
2015-06-24 07:25:00 -07:00
Mitchell Hashimoto
fef5741ded
providers/aws: fix another crash case
2015-06-23 22:48:39 -07:00
Mitchell Hashimoto
cddd54c3de
fmt
2015-06-23 22:31:24 -07:00
Mitchell Hashimoto
823a9fa878
update CHANGELOG
2015-06-23 22:31:10 -07:00
Mitchell Hashimoto
461f6557c7
config: fix test error
2015-06-23 22:30:41 -07:00
Mitchell Hashimoto
fafc32b183
Merge branch 'b-prevent-destroy-type'
2015-06-23 22:29:54 -07:00
Mitchell Hashimoto
1e739d1237
terraform: validate step should still set parent config for inheritence
2015-06-23 22:18:57 -07:00
Mitchell Hashimoto
772fab3609
terraform: don't config provider on validate
2015-06-23 22:14:54 -07:00
Mitchell Hashimoto
4e7fcd4f42
helper/schema: test that validatefunc is not called with computed vals
2015-06-23 22:10:46 -07:00
Mitchell Hashimoto
8daa459e57
terraform: tests to check behavior of computed provider configs
2015-06-23 22:02:56 -07:00
Joshua Semar
7948aa720e
dynamodb - only require nonkey attributes on INCLUDE
2015-06-23 23:50:29 -05:00
Mitchell Hashimoto
7031cb145c
terraform: orphan dependencies should be inverted
2015-06-23 20:41:02 -07:00
zollie
079a26a655
Wrapped Create in a resource.Retry to wait for IAM instance profile propagation
2015-06-23 22:14:53 -04:00
Mitchell Hashimoto
74386655a5
terraform: test for reducing count and using splats
2015-06-23 18:25:08 -07:00
Mitchell Hashimoto
e36597cad7
helper/schema: internal validate as part of provider validation
...
[GH-1291]
2015-06-23 16:52:04 -07:00
Mitchell Hashimoto
4f391902a0
helper/schema: validate objects are objects [GH-2166]
2015-06-23 16:39:02 -07:00
Mitchell Hashimoto
b0169adf02
providers/aws: more guards against crashy cases [GH-2308]
2015-06-23 16:23:24 -07:00
Mitchell Hashimoto
09acd1f79d
providers/openstack: fix crash case if network is nil [GH-2323]
2015-06-23 16:19:42 -07:00
Radek Simko
642bdd585f
Update CHANGELOG.md
2015-06-23 22:53:49 +01:00
Radek Simko
5cf5451d28
Merge pull request #1999 from TimeIncOSS/r53-delegation-set
...
provider/aws: Add Route 53 delegation set resource
2015-06-23 22:51:47 +01:00
Paul Hinze
bc5c34b5f4
Update CHANGELOG.md
2015-06-23 15:44:10 -05:00
Paul Hinze
3f2119c6e7
Merge pull request #2414 from TimeIncOSS/no-color-for-subcommands
...
Add -no-color option for subcommands
2015-06-23 15:43:37 -05:00
Paul Hinze
2b1038a63a
Update CHANGELOG.md
2015-06-23 15:42:57 -05:00
Paul Hinze
c154ef9558
Merge pull request #1790 from TimeIncOSS/combine-func
...
config: Add support for lists to concat
2015-06-23 15:41:59 -05:00
Sander van Harmelen
783fd57ec2
Merge pull request #2435 from svanharmelen/f-add-loadjson
...
core: add a function to load JSON directly
2015-06-23 22:38:13 +02:00
Sander van Harmelen
01a9ceeed4
Merge pull request #2406 from svanharmelen/b-close-providers-provisioners
...
core: close provider/provisioner connections when not used anymore
2015-06-23 22:37:10 +02:00
Sander van Harmelen
110cf8b3d4
A close provider should not be an origin node
...
Removed the `DotOrigin()` func after review of the PR. With this change
the PR is up-to-spec to be merged (as just discussed with Paul in IRC).
2015-06-23 22:31:44 +02:00
Clint
da4e9d52c7
Update CHANGELOG.md
2015-06-23 15:08:39 -05:00
Clint
24c4c55511
Merge pull request #2384 from hashicorp/f-aws-flow-logs
...
provider/aws: Add FlowLog resource
2015-06-23 15:08:00 -05:00
Paul Hinze
cf40c6ec01
Update CHANGELOG.md
2015-06-23 15:06:41 -05:00
Paul Hinze
7d26e1408a
Merge pull request #2434 from hashicorp/b-sg-rule-crash
...
provider/aws: fix sg rule crash
2015-06-23 15:01:35 -05:00
Paul Hinze
95235ba2cc
Merge pull request #2374 from hashicorp/b-aws-detect-instance-type-drift
...
provider/aws: detect instance_type drift on aws_instance
2015-06-23 15:01:20 -05:00
Paul Hinze
74fb179127
Merge pull request #2371 from hashicorp/b-fix-tf-show-with-remote-state
...
core: fix `terraform show` with remote state
2015-06-23 15:01:10 -05:00
Paul Hinze
d36223a464
Merge pull request #2347 from hashicorp/f-show-outputs-on-refresh
...
core: show outputs after `terraform refresh`
2015-06-23 15:00:58 -05:00
Paul Hinze
eda5dbdc83
Update CHANGELOG.md
2015-06-23 14:32:46 -05:00