terraform-provider-site24x7
terraform-provider-site24x7 copied to clipboard
tag_names is not idempotent
hi, This is about the SSL monitor, but I guess the implementation would be the same everywhere where there is a tag_ids/tag_names. https://registry.terraform.io/providers/site24x7/site24x7/latest/docs/resources/ssl_monitor So I associate tags to this monitor and I apply, they apply correctly. But on the next run, the tag is detected as new. The same applies to user_group_names.
~ resource "site24x7_ssl_monitor" "ssl_monitor" {
id = "396627000019682039"
~ tag_ids = [
- "396627000019682015",
]
~ user_group_ids = [
- "396627000019683052",
- "396627000019675047",
- "396627000019681043",
]```