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

Terraform LogicMonitor provider.

Results 30 terraform-provider-logicmonitor issues
Sort by recently updated
recently updated
newest added

Replication steps 1. Open your repo and copy in the example .tf code listed. 2. Try to run a plan. Line 3 is showing a syntax error ` applies_to =...

Your escalation chain example tf files result in errors.. ![image](https://github.com/logicmonitor/terraform-provider-logicmonitor/assets/157688578/0549935e-17c0-4279-9e49-5e8ac105ad7d)

I have the following configuration set on a device group. ``` resource "logicmonitor_device_group" "xxxx" { name = "xxxx" parent_id = 1 enable_netflow = true group_type = "Normal" custom_properties = [...

I have an interesting problem where properties set on a device group via Terraform are successfully changed via the LM API (and I can see the properties in my portal),...

Whenever I try to deploy my step with the flag "use_default_root" false and an URL the terraform provider will accept it, but save the state with "true" and logic monitor...

I have been trying to import a dashboard into Terraform using the Logic Monitor Terraform Provider. I have exported the json template for the dashboard from the LogicMonitor Console and...

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.43.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

Hi logicmonitor community! terraform init with the logicmonitor provider v1.3.4 will error as shown in the picture. If I update to v2.0.6 it works. Is there any lead that I...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220225172249-27dd8689420f to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220225172249-27dd8689420f&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220319134239-a9b59b0215f8 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20220319134239-a9b59b0215f8&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies