terraform-provider-logicmonitor
terraform-provider-logicmonitor copied to clipboard
Terraform LogicMonitor provider.
I am able to create new websites using the code below. But i am not able to update existing websites using code below. (Plan and error are below code). ---...
Please fix issue when ` require_auth = false` this part is definitely a garbage... ``` auth = [{ password = "" type = "basic" domain = "" user_name = ""...
Using the following code we have managed to setup an escalation chain that emails an address all day, then emails another address between 08:00 and 18:00 BST Monday to Friday,...
Using the following config block for setting up the e_c2 service, Im running into an issue where all the configs are correct, except nothing activates the slider to enable it....
When using the `logicmonitor_alert_rule` resource, Terraform plan randomly detects changes in the `escalating_chain` field for some alert rules. This field is managed by the provider itself and not customizable: https://registry.terraform.io/providers/logicmonitor/logicmonitor/latest/docs/resources/alert_rule...
Hi All, The logicmonitor preferred collector id is actually the current collector id, and therefore when using an auto balanced collector group (abcg) the preffered collector is constantly being requested...
Hi, I am using the logicmonitor_alert_rule resource to configure some rules with an escalation_interval setting of 0. This goes through fine on an apply, but then if I run a...
Morning! Similar to my request in #105 - collectors are causing a bit of a pain with devices and our envisaged use of Terraform. Currently, we cannot add devices until...
Morning! I appreciate this appears to be a Logic Monitor issue rather than Terraform specifically, but it has an impact on the way I'm trying to automate my company's provisioning...
I have created a set of collectors using terraform 1.8.3. I need to use an output from these collectors, installer_url_cmds["cUL cmd"] in a cloud init script, to build the vms...