terraform-provider-icinga2 icon indicating copy to clipboard operation
terraform-provider-icinga2 copied to clipboard

Add hostgroup edit feature

Open hsorellana opened this issue 5 years ago • 3 comments

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!

hsorellana avatar Jul 20 '20 01:07 hsorellana

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 avatar Jul 20 '20 01:07 hsorellana

@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.

paultyng avatar Jul 21 '20 01:07 paultyng

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?

attachmentgenie avatar Jul 27 '20 16:07 attachmentgenie

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:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email [email protected]
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

cla-bot[bot] avatar Apr 15 '25 09:04 cla-bot[bot]