Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type heartbeat always switched to basic #14

Open
kumy opened this issue Jan 22, 2024 · 0 comments
Open

type heartbeat always switched to basic #14

kumy opened this issue Jan 22, 2024 · 0 comments

Comments

@kumy
Copy link

kumy commented Jan 22, 2024

We have the type set to heartbeat, and each time we apply terraform, the snitch has to be updated.
The readme say type value is basic, smart, but heartbeat seems accepted too.
Could you please add proper support for the heartbeat type? so it won't update for nothing anymore
Thanks a lot 🙏

resource "dmsnitch_snitch" "xsnitch" {
  name  = "devxxxxx"

  interval = "10_minute"
  type     = "heartbeat"
  tags     = [var.environment, "xxx"]
}
  # module.xxx.dmsnitch_snitch.xsnitch[0] will be updated in-place
  ~ resource "dmsnitch_snitch" "xsnitch" {
        id       = "1axxxxxxxe"
        name     = "devxxxxx"
        tags     = [
            "xxx",
            "dev",
        ]
      ~ type     = "basic" -> "heartbeat"
        # (5 unchanged attributes hidden)
    }

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant