terraform/builtin/providers/icinga2
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
..
provider.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
provider_test.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
resource_icinga2_checkcommand.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
resource_icinga2_checkcommand_test.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
resource_icinga2_host.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
resource_icinga2_host_test.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
resource_icinga2_hostgroup.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
resource_icinga2_hostgroup_test.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
resource_icinga2_service.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
resource_icinga2_service_test.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
utilities_test.go Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00