Paul Hinze
209b691971
docs: Add a section to Debugging docs about crash logs
...
Not necessary for the average user, but perhaps helpful to the intrepid
one!
2016-03-18 18:10:26 -05:00
Paul Hinze
46469d8ec3
Update CHANGELOG.md
2016-03-18 16:17:22 -05:00
Paul Hinze
d60bf93b4d
Merge pull request #5723 from hashicorp/phinze/rds-instance-generate-identifier
...
provider/aws: ability to generate unique RDS identifier
2016-03-18 16:16:35 -05:00
Paul Hinze
4e5429a140
provider/aws: ability to generate unique RDS identifier
...
Needed to truncate the identifier for SQL Server engines to keep it at
max 15 chars per the docs. Not a full UUID going into it, but should be
"unique enough" to not matter in practice.
Modified the basic test to use the generated value. Other tests are
still working w/ explicitly specified identifiers.
2016-03-18 16:07:37 -05:00
Paul Stack
b9620e9c28
Update CHANGELOG.md
2016-03-19 01:34:04 +05:30
Paul Stack
f2fb5d6f9f
Merge pull request #5721 from stack72/f-aws-redshift-modify
...
provider/aws: `aws_redshift_cluster` now allows`publicly_accessible` to be modified
2016-03-19 01:32:06 +05:30
stack72
12ac0761b7
provider/aws: Modify `aws_redshift_cluster` now allows
...
`publicly_accessible` to be changed
Also updated the AWS Go SDK from 1.1.9 -> 1.1.12 as this was required to
allow the new behavior for the Redshift API
2016-03-19 01:05:09 +05:30
Paul Hinze
6bba27c509
Merge pull request #5720 from hashicorp/f-aws-asg-metrics-docs
...
documentation/aws: Changing `aws_autoscaling_group` `metrics_granularity` to be optional and noting that it has a default value of 1Minute
2016-03-18 14:07:12 -05:00
stack72
2e1455df2f
documentation/aws: Changing `aws_autoscaling_group` `metrics_granularity` to be optional and noting that it has a default value of 1Minute
2016-03-19 00:00:22 +05:30
Paul Hinze
88a1103738
Update CHANGELOG.md
2016-03-18 13:00:55 -05:00
Paul Hinze
65d0707d0a
Merge pull request #5717 from hashicorp/phinze/fix-rds-cluster-instance-disappears-crash
...
provider/aws: fix crash when Aurora instance disappears
2016-03-18 13:00:07 -05:00
James Nugent
aaa527abc8
Update CHANGELOG.md
2016-03-18 17:30:30 +00:00
James Nugent
182026e830
Merge pull request #5718 from hashicorp/b-windows-color
...
core: Fix console colors on Windows
2016-03-18 17:29:31 +00:00
Paul Hinze
17775205f7
provider/aws: fix crash when Aurora instance disappears
...
Usage of a helper function was assuming that an error would be returned
in a not found condition, when in fact a nil pointer was
returned.
Attached test crashes w/o fix, passes with it.
Fixes #5350
Refs #5418
2016-03-18 12:27:57 -05:00
James Nugent
c77144bd5b
core: Fix console colors on Windows
...
This brings in the go-colorable library when running on Windows in order
to output console colors correctly instead of leaving the codes in place
as is currently the case.
2016-03-18 17:10:20 +00:00
Lars Wander
11f190dc7b
Update CHANGELOG.md
2016-03-18 12:49:35 -04:00
Lars Wander
85bd151370
Merge pull request #5715 from uber/b-google_compute_instance_group-error
...
Fix error message arguments in google_compute_instance_group
2016-03-18 12:48:15 -04:00
Bill Fumerola
86bf978550
google_compute_instance_group: Correct error message for invalid instances
2016-03-18 09:25:28 -07:00
Clint
753e7a2f00
Merge pull request #5711 from hashicorp/catsby-rds-docs-patch-1
...
provider/aws: Update RDS Cluster Instance Docs
2016-03-18 09:48:31 -05:00
Clint
a8a5acec6f
provider/aws: Update RDS Cluster Instance Docs
...
The provided config didn't work; this should patch that up, to avoid the name conflict
2016-03-18 09:34:28 -05:00
Paul Stack
31a452a88b
Merge pull request #5697 from kocsismate/fix-ecs-elb-name
...
docs/aws: Fixed aws_ecs_service example
2016-03-18 08:47:01 +05:30
Kocsis Máté
7a0063c9eb
docs/aws: Fixed aws_ecs_service example
2016-03-17 21:17:13 +01:00
Paul Hinze
111a59c634
Update CHANGELOG.md
2016-03-17 10:57:34 -05:00
Paul Hinze
07caec0d14
Merge pull request #5194 from objectpartners/f-github-provider
...
GitHub Organization Provider
2016-03-17 10:53:13 -05:00
James Nugent
6a6bff5f86
Update CHANGELOG.md
2016-03-17 15:40:20 +00:00
stack72
808ce45612
provider/azurerm: Adds documentation for the `azurerm_virtual_machine`
...
resource
2016-03-17 15:08:59 +00:00
stack72
4db3242c53
provider/azurerm: Scaffolding the AzureRM Virtual Machine Test framework
2016-03-17 15:08:59 +00:00
stack72
cb109043f2
Scaffold the Azure RM Virtual Machine resource
2016-03-17 15:08:59 +00:00
Clint
de1567c2e7
Merge pull request #5693 from hashicorp/b-aws-ebs-domain-docs
...
provider/aws: Document volume_size requirement if using EBS in ElasticSearch Domain
2016-03-17 09:03:51 -05:00
clint shryock
93a1f7a41f
provider/aws: Document volume_size requirement if using EBS in ElasticSearch Domain
2016-03-17 09:00:41 -05:00
Paul Stack
fea6b60f06
Merge pull request #5680 from iceycake/aws_db_instance-missing-tags-doc
...
Added the missing tags params to the aws_db_instance doc
2016-03-17 09:08:52 +05:30
Andy Chan
1fb74416ac
Added the missing tags params to the doc
2016-03-16 16:20:40 -07:00
Paul Hinze
725ffe01d6
CHANGELOG: Note about ASG metrics_granularity
2016-03-16 15:51:11 -05:00
James Nugent
38b8efdc6d
Merge pull request #5655 from thinktwo/patch-1
...
Changed volume to network in description for zone
2016-03-16 19:49:17 +00:00
James Nugent
823abfc6a0
Update CHANGELOG.md
2016-03-16 19:46:57 +00:00
James Nugent
69c65109cd
Merge pull request #5668 from Originate/mb-correctly-handle-missing-lambda
...
provider/aws: Correctly handle missing lambda function
2016-03-16 19:45:36 +00:00
Maxime Bury
ec749d964f
Correctly handle missing lambda function
2016-03-16 14:26:14 -04:00
Paul Hinze
d6c1cf0fec
Merge pull request #5659 from hashicorp/phinze/0.6.130changelog-links
...
CHANGELOG: generate links, tweak script
2016-03-16 10:14:00 -05:00
Paul Hinze
f001ca6c83
CHANGELOG: generate links, tweak script
...
Changelog link generation script gets:
* OS X compatibility
* Support for multiple links on a line
2016-03-16 09:55:01 -05:00
Jan-Arve Nygård
1aba9581f5
Changed volume to network in description for zone
2016-03-16 13:15:57 +01:00
James Nugent
b25f2091e6
release: clean up after v0.6.13
2016-03-16 11:53:29 +00:00
James Nugent
1f627a8a0b
v0.6.13
2016-03-16 11:03:08 +00:00
James Nugent
1bfa436726
Update CHANGELOG.md
2016-03-16 09:41:40 +00:00
James Nugent
87550b2b72
Merge pull request #5263 from uber/b-element-negative
...
Error out on negative indices in element()
2016-03-16 09:39:35 +00:00
James Nugent
e56d0f708c
Merge pull request #5628 from hashicorp/phinze/aws-logging
...
provider/aws: log HTTP req/resp at DEBUG level
2016-03-16 09:36:52 +00:00
James Nugent
6177b3826c
Merge pull request #5644 from hashicorp/revert-5575-phinze/uuid
...
Revert "core: Add uuid() interpolate function."
2016-03-16 09:35:50 +00:00
Paul Hinze
661be01d9b
Revert "core: Add uuid() interpolate function."
2016-03-15 18:39:34 -05:00
Paul Hinze
a1f7789161
Update CHANGELOG.md
2016-03-14 12:30:28 -05:00
Paul Hinze
25fce81bfc
provider/aws: log HTTP req/resp at DEBUG level
...
This should be quite helpful in debugging aws-sdk-go operations.
Required some tweaking around the `helper/logging` functions to expose an
`IsDebugOrHigher()` helper for us to use.
2016-03-14 12:26:37 -05:00
Paul Hinze
d5f82abee4
Merge pull request #5621 from hashicorp/phinze/aws-user-agent
...
provider/aws: send Terraform version in User-Agent
2016-03-14 12:24:41 -05:00