John Reardon
John Reardon
+1 would be very helpful for working on projects targeting rhel, just for the sake of having easy access to tools like rpmbuild. Currently my work around is to the...
Hi @kmoe, thanks for getting back! :) Agreed, so communication with a CMDB is less of a Terraform specific request and more of a design consideration for Terraforms potential as...
Another way to solve this could potentially be by introducing different variable providers. Such as indicating that a variable is a http variable: ``` variable "http" "opsgenie_services" { description =...
Ah that checks out @mjeffryes - thanks for the tip; that should do the trick! I have just been using local command and calling the `ansible-playbook` cli. However, that requires...