Forrest Evans

Results 86 comments of Forrest Evans

Thanks @DriesdeKort - Feel free to submit a Pull Request if you think the error message can be clearer. @brettpalmberg - if there isn't any further logs I'm gonna close...

Hi @moosilauke18 we can review this in an upcoming effort if you can resolve the conflict in `resource_job.go`

If someone can provide some clearer acceptance tests I can perform I can get this merged. I'm not exactly clear on the use case.

#130 was approved!

Auto Balanced Collectors is already released! Here's the docs: https://www.logicmonitor.com/support/settings/collectors/auto-balanced-collector-groups/ I haven't tested it using Terraform yet and we might make some improvements to streamline using it, but the option...

We are aware of the dependency on XML for this provider and will be updating soon to modernize the provider.

I would try with something like this: ``` resource "rundeck_job" "child_job" { name = "my_child_job" project_name = rundeck_project.project.name command { job { name = rundeck_job.sync_1password_rundeck.name group_name = rundeck_job.sync_1password_rundeck.group_name useName =...

Thanks for the headstart. Hopefully some other members of the community can help improve on the work you've started here. I'll likely do another round of reviews and merges in...

This has been open for a while without traction. Since PR #203 significantly changes the provider I'm going to close this and we can revisit in the new 1.0.0 version...

This is the same issue that I was running into in the PR thread. I will see if I can reproduce minimally if I have time, but our site, when...