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
Radek Simko
af93183459
provider/aws: Add validation for CW Log Metric Filter
2016-03-15 15:01:21 +00:00
Radek Simko
7eba8f6f66
provider/aws: Add tests for CloudWatch Log Metric Filter
2016-03-15 15:01:20 +00:00
Radek Simko
7a33fad25f
provider/aws: Add docs for CloudWatch Log Metric Filter
2016-03-15 15:01:20 +00:00
Radek Simko
3bfcd47238
provider/aws: Add support for CloudWatch Log Metric Filter
2016-03-15 15:01:20 +00:00
Radek Simko
fd2fcaf1d5
helper/resource: Implement resource-wide NotFoundError
2016-03-15 13:58:25 +00: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
Paul Hinze
fff441b4ac
provider/aws: send Terraform version in User-Agent
2016-03-14 12:16:49 -05:00
Paul Hinze
909917d2ee
Merge pull request #5623 from hashicorp/phinze/aws-session-copy
...
provider/aws: Switch to session.Copy to build up configs
2016-03-14 12:07:36 -05:00
Paul Hinze
60b239d7d1
provider/aws: Switch to session.Copy to build up configs
...
Found this function which makes the config setup much nicer - looks like
it's meant to be used for the very thing we're doing, which is starting
w/ a base config and customizing it slightly.
https://docs.aws.amazon.com/sdk-for-go/api/aws/session/Session.html#Copy-instance_method
This will make the User-Agent setting code to follow much simpler.
2016-03-14 11:42:37 -05:00
Paul Hinze
fe415c2f09
Update CHANGELOG.md
2016-03-14 09:54:38 -05:00
Paul Hinze
76377c9883
Merge pull request #5577 from hashicorp/phinze/remote-exec-empty-file
...
provisioner/remote-exec: Clear out scripts after uploading
2016-03-14 09:54:13 -05:00
Paul Hinze
d4075c9d4e
Update CHANGELOG.md
2016-03-14 09:35:36 -05:00
Paul Hinze
57070057db
Merge pull request #5527 from hashicorp/phinze/untaint
...
command: Add `terraform untaint`
2016-03-14 09:34:43 -05:00
stack72
1f2072cd41
documentation: Marking `notification_target_arn` and `role_arn` as
...
optional in `aws_autoscaling_lifecycle_hook`
2016-03-14 13:23:03 +00:00
Paul Stack
1ee1132fbf
Update CHANGELOG.md
2016-03-14 12:39:00 +00:00
Paul Stack
908a2cc178
Merge pull request #5588 from hashicorp/b-digital-ocean-droplet-panic
...
Fix panic in digital_ocean_droplet if resp is nil
2016-03-14 12:37:29 +00:00
Paul Stack
14af9bab26
Update CHANGELOG.md
2016-03-14 12:36:44 +00:00
Paul Stack
cea8602c7a
Merge pull request #5616 from pcarrier/pcarrier/aws_autoscaling_lifecycle_hook_optional
...
provider/aws: optional fields in aws_autoscaling_lifecycle_hook
2016-03-14 12:34:52 +00:00
Pierre Carrier
a8865b8901
provider/aws: optional fields in aws_autoscaling_lifecycle_hook
...
See hashicorp/terraform/issues/5614
2016-03-14 11:45:17 +00:00
Yuya Kusakabe
71d93d2e5c
provider/vsphere: provide `host` to provisioner connections
2016-03-14 13:37:45 +09:00
James Nugent
539cbe2b01
Merge pull request #5609 from tjinjin/fix_typo
...
Fix typo: "messag" to "message."
2016-03-13 18:33:35 +00:00
tjinjin
336822646f
Fix typo: "messag" to "message."
2016-03-14 03:24:33 +09:00
Radek Simko
751073025e
Update CHANGELOG.md
2016-03-13 17:56:42 +00:00
Radek Simko
693b5de932
docs/aws: Add a note about ECS Service LB limitation
2016-03-13 15:22:29 +00:00