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

feat: enable `terraform import` for alerts/views #23

Closed mdeltito closed 3 years ago

mdeltito commented 3 years ago

This adds the necessary configuration to view and alert resources to support terraform import. There is nothing extra needed here, this allows all of the "native" import behavior to work as it should.

Ref: LOG-10221