terraform-provider-logicmonitor
terraform-provider-logicmonitor copied to clipboard
Terraform LogicMonitor provider.
When applying a plan on a resourcegroup the parameter 'Extra' is deleted (default behavior?). But we never did set this, and the deletion comes back every run. And setting this...
since the last update of the Logicmonitor provider in Terraform we're struggling with a sorting isse. In LogicMonitor the properties of a device are a name-value pair, and they are...
I ran this successfully when I was testing it with a few lines of code, but as soon as I started customizing the code, using "for_each" statements, the plugin would...
I'm using the command `terraform import logicmonitor_collector.my_collector ` to import existing collectors. After updating the code to reflect the imported resource, I run `terraform plan` which shows pending updates on...
Setting or updating the `description` property of a `logicmonitor_device` resource does not work - the value seems to always get set to null or blank? Provider version 1.3.4.
Doing a `terraform import` on any logicmonitor resource does not import the custom properties associated with the resource bring imported. Can this please be implemented? Thank you.
`Error: resource logicmonitor_collector doesn't support import` Is this something that could be implemented? Thank you.
It would be fantastic if the logicmonitor_collectors datasource could also be configured to lookup collectors that are "least used". This way it could return collectors that are used the least...
Given a parent device group P with the property "environment": "my_environment" and a child device group C that inherits the environment property, I would expect to be able to do...
Trying to use #https://registry.terraform.io/providers/logicmonitor/logicmonitor/latest/docs/resources/datasource#collector_attribute as an example of datasource results in error. Please update documentation / resource code. Error in vscode `Required attribute "collector_attribute" not specified: An attribute named "collector_attribute"...