Importing ilert UI resources into Terraform state
First step: Block
resource "ilert_user" "max_mustermann" {
email = "[email protected]"
first_name = "Max"
language = "de"
last_name = "Mustermann"
region = "DE"
role = "USER"
timezone = "Europe/Berlin"
} Second step: Import
FAQ
How to figure out the ID of my resource?



Last updated
Was this helpful?