Icinga / terraform-provider-icinga2

Terraform Icinga2 provider
https://www.terraform.io/docs/providers/icinga2/
Mozilla Public License 2.0
21 stars 20 forks source link

Group is required when adding a host to icinga2 #6

Closed caseyr232 closed 6 years ago

caseyr232 commented 6 years ago

Groups are required by the icinga2 api when hosts are being created, I have had my pull request to github.com/lrsmith/go-icinga2-api/iapi to fix this accepted and now need this merging to fix the issue inside the provider.

This will fix https://github.com/terraform-providers/terraform-provider-icinga2/issues/1

1

caseyr232 commented 6 years ago

Govend