Mike Ball
67b638378c
correct `rootPath` ( #10700 )
...
This previously referenced `github.com/lrsmith/terraform`
Fixes issue #10699
2016-12-13 15:07:06 +00:00
Samuel BERTHE
88faa1bb7f
Improving Rundeck provider: scheduler ( #9449 )
...
* feat(rundeck provider): Scheduling (crontab)
* fix(govendor-upgrade): Rundeck api wrapper
2016-12-13 12:00:53 +00:00
Paddy
8d046c766c
Merge pull request #10453 from danawillow/google-ilb
...
providers/google: Add support for Internal Load Balancing
2016-12-12 09:47:20 -08:00
Len Smith
015e96d0dd
Initial check in for Icinga2 Provider/Resource ( #8306 )
...
* Initial checkin for PR request
* Added an argument to provider to allow control over whether or not TLS Certs will skip verification. Controllable via provider or env variable being set
* Initial check-in to use refactored module
* Checkin of very MVP for creating/deleting host test which works and validates basic host creation and deletion
* Check in with support for creating hosts with variables working
* Checking in work to date
* Remove code that causes travis CI to fail while I debug
* Adjust create to accept multivale
* Back on track. Working basic tests. go-icinga2-api needs more test too
* Squashing
* Back on track. Working basic tests. go-icinga2-api needs more test too
* Check in refactored hostgroup support
* Check in refactored check_command, hosts, and hsotgroup with a few test
* Checking in service code
* Add in dependency for icinga2 provider
* Add documentation. Refactor, fix and extend based on feedback from Hashicorp
* Added checking and validation around invalid URL and unavailable server
2016-12-12 15:28:26 +00:00
Rui Gonçalves
5016a56fd4
provider/statuscake: fix StatusCake tests ( #10660 )
...
* Update vendored statuscake SDK
* Set all attributes when upserting statuscake tests
2016-12-11 19:41:49 +00:00
Mitchell Hashimoto
cd1cd1cb7d
vendor: update HIL
2016-12-09 12:40:34 -05:00
Mitchell Hashimoto
e9c35eae32
Forward SIGTERM and handle that as an interrupt
2016-12-08 12:20:25 -05:00
Otto Jongerius
10d68d90dd
provider/datadog 9869: Validate credentials when initialising client. ( #10567 )
...
* provider/datadog 9869: Validate credentials when initialising client.
* provider/datadog Pull in new version of go-datadog-api.
* provider/datadog Update testAccCheckDatadogMonitorConfigNoThresholds test config.
2016-12-08 11:17:42 +01:00
Mitchell Hashimoto
db3ca7587d
vendor: update HIL with conditionals
2016-12-07 18:13:48 -05:00
Paul Stack
54459900c5
[WIP] provider/azurerm: Bump sdk version to 7.0.1 ( #10458 )
...
* provider/azurerm: Bump sdk version to 7.0.1
* Fixing the build (#10489 )
* Fixing the broken tests (#10499 )
* Updating the method signatures to match (#10533 )
2016-12-06 08:39:47 +00:00
zimbatm
01876ef415
provider/fastly: add ssl_hostname option
...
Fastly will fail if the user sets the port to 443, ssl_check_cert is set
to true and the ssl_hostname is not provided.
2016-12-06 08:28:37 +00:00
Paul Stack
b131d3df7d
Updating vendor.json to remove broken json configuration
2016-12-05 22:57:21 +00:00
John Engelman
243ecf3b4f
[Provider] Rancher ( #9173 )
...
* Vendor Rancher Go library.
* Implement Rancher Provider.
Starting implementation taken from
https://github.com/platanus/terraform-provider-rancher
Commits from jidonoso@gmail.com and raphael.pinson@camptocamp.com
2016-12-05 15:29:41 +00:00
Clint
e477658832
Merge pull request #10473 from hashicorp/f-aws-lightsail-instance
...
provider/aws: Add Lightsail Instance
2016-12-05 08:39:17 -06:00
Brendan Shaklovitz
122e2f8170
provider/datadog: Improve datadog timeboard support ( #10027 )
...
* Update to latest version of go-datadog-api
* Updates to latest go-datadog-api version, which adds more complete
timeboard support.
* Add more complete timeboard support
* Adds in support for missing timeboard fields, so now we can have nice
things like conditional formats and more.
* Document new fields in datadog_timeboard resource
* Add acceptance test for datadog timeboard changes
2016-12-05 13:16:47 +00:00
Mitchell Hashimoto
a62a23ee37
vendor: update homedir
...
Fixes #10510
2016-12-03 11:52:54 -08:00
clint shryock
44ffe71695
provider/aws: Add Lightsail Instance
...
Adds initial support for AWS Lightsail Instances
2016-12-02 16:35:57 -06:00
clint shryock
5b0792bd17
update aws sdk to 1.5.13
2016-12-02 08:37:53 -06:00
Dana Hoffman
d319d4099e
vendor: update google apis
2016-12-01 12:27:32 -08:00
Dana Hoffman
2d48c4400d
vendor: revendor google apis for ILB in GA
2016-12-01 11:21:48 -08:00
clint shryock
7266be9ce9
provider/aws: Bump sdk to v1.5.12
2016-11-30 16:18:04 -06:00
Mitchell Hashimoto
e97195c935
vendor: update HCL
2016-11-30 13:03:56 -08:00
Mitchell Hashimoto
5ce7ff178b
vendor: update HCL
2016-11-29 10:30:51 -08:00
Joe Topjian
d16ba26495
Merge pull request #10259 from jtopjian/openstack-blockstorage-volume-attach
...
provider/openstack: openstack_blockstorage_volume_attach_v2 resource
2016-11-22 09:28:31 -07:00
Joe Topjian
4209720b7f
vendor: Updating github.com/gophercloud/gophercloud
2016-11-22 04:26:06 +00:00
Mitchell Hashimoto
23c58c6d62
vendor: update HCL
2016-11-21 18:16:09 -08:00
Clint
b1f974be39
Merge pull request #10245 from Ninir/bump-aws
...
Bumped AWS SDK to 1.5.8
2016-11-21 15:05:28 -06:00
Mitchell Hashimoto
fd36b548c5
helper/wrappedstreams: get original console input/output on Windows
...
Fixes #10266
panicwrap was using Extrafiles to get the original standard streams for
`terraform console`. This doesn't work on Windows. Instead, we must use
the Win32 APIs to get the exact handles.
2016-11-21 10:44:01 -08:00
Joe Topjian
22dd265132
vendor: updating gophercloud for block storage attachment support
2016-11-20 21:19:12 +00:00
Mitchell Hashimoto
784bc25847
vendir: update HIL
...
Fixes #10236
2016-11-19 22:15:50 -08:00
Ninir
72a2be756a
Bumped AWS to 1.5.8
2016-11-19 19:47:50 +01:00
Mitchell Hashimoto
f0be9675b5
vendor: update to Nomad 0.5
2016-11-18 21:18:49 -08:00
Mitchell Hashimoto
9daa9942b3
vendor: update HIL
2016-11-15 15:24:48 -08:00
Mitchell Hashimoto
9afce5aa6e
vendor: update hil
2016-11-14 19:51:43 -08:00
Mitchell Hashimoto
6272b969d4
vendor: add readline
2016-11-13 23:17:02 -08:00
Mitchell Hashimoto
a2f6bc628a
vendor: update panicwrap
2016-11-13 23:05:25 -08:00
Mitchell Hashimoto
3c2e21701d
vendor: update HIL
2016-11-13 10:28:26 -08:00
Mitchell Hashimoto
008b8b4c23
vendor: add golang.org/x/sys/windows for cross compile
2016-11-11 14:02:55 -08:00
Mitchell Hashimoto
ddc7ca0971
vendor: add go-winio for Nomad compilation on Windows
2016-11-11 13:40:19 -08:00
Mitchell Hashimoto
efd27e9e4e
update HIL
2016-11-10 17:14:12 -08:00
Mitchell Hashimoto
a23ea646f3
vendor: update go-ps to not require cgo on darwin
2016-11-10 08:52:27 -08:00
Mitchell Hashimoto
fd498fbfff
Merge pull request #9538 from hashicorp/f-nomad-provider
...
provider/nomad: Nomad provider for managing jobs
2016-11-09 18:34:55 -08:00
Mitchell Hashimoto
27f7e4b296
vendor: update HCL
2016-11-09 14:55:45 -08:00
James Bardin
da09dcfc79
update github.com/hashicorp/hil
2016-11-09 14:28:15 -08:00
Raphael Randschau
e5ff0f0cb2
provider/scaleway: update sdk ( #9976 )
...
the SDK updates includes an fix for the image cache, which might lead to wrong
images ids being returned on lookup...
2016-11-09 09:32:56 +00:00
Joe Topjian
cfa4d9b63b
Merge pull request #9966 from fatmcgav/openstack_update_gophercloud_vendor
...
vendor: Update github.com/gophercloud/gophercloud
2016-11-08 19:40:02 -07:00
Mitchell Hashimoto
839e91756e
vendor: update HCL for GH-8709
2016-11-08 16:07:24 -08:00
Mitchell Hashimoto
646b3c1b68
Merge pull request #9158 from hashicorp/f-vault-provider
...
Vault Provider
2016-11-08 15:27:33 -08:00
Gavin Williams
89d8a06c7e
vendor: Update github.com/gophercloud/gophercloud
...
Fix issue with double base64 encoding userdata value
2016-11-08 19:19:56 +00:00
James Nugent
9f4e1ec5eb
Merge pull request #9865 from sthulb/remove-dep-mime/multipart
...
Remove sthulb/mime/multipart
2016-11-06 10:24:45 -06:00