logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

feature: support opsgenie in logdna_view #78

Open zoezhangmattr opened 1 year ago

zoezhangmattr commented 1 year ago
│ Warning: The remote view resource contains an unsupported integration: opsgenie
│ 
│   with logdna_view.xxx,
│   on main.tf line 1, in resource "logdna_view" "xxx":
│   1: resource "logdna_view" "xxx" {
│ 
│ opsgenie integration ignored since it does not map to the schema

try to import existent view with opsgenie confgured, after import and run a plan, seems like it doesnt support opsgenie

it would be nice to support it , thanks