terraform-provider-icinga2
terraform-provider-icinga2 copied to clipboard
Add hostgroup edit feature
This PR adds the ability to edit (for now) the display_name field for a HostGroup resource without having to recreate any dependent resource. Plus, it adds a second TestStep which acts as an update scenario. Comments are welcomed!
The build fails due to version mismatch: i have go 1.13 and the build uses 1.11. I don't want to just go ahead and change the build version without checking with you first, so what should we do here?? @paultyng
@hsorellana sorry, in the middle of transferring this repo, hopefully the maintainers can respond once we complete the transfer process, I'm not familiar with its inner workings, just tasked with the transfer process.
in the mean time this repo has moved into the icinga org, and we are happy to bump the go version we build with, i even bumped it to 1.14. @hsorellana can you try building again?
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Hugo Soto. This is most likely caused by a git client misconfiguration; please make sure to:
- check if your git client is configured with an email to sign commits
git config --list | grep email - If not, set it up using
git config --global user.email [email protected] - Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails