You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: Unsupported argument
│
│ on main.tf line 101, in resource "logdna_view" "test":
│ 101: slack_channel = data.logdna_alert.test_alert.slack_channel
│
│ An argument named "slack_channel" is not expected here. Did you mean to define a block of
│ type "slack_channel"?
The text was updated successfully, but these errors were encountered:
@philippfrank - This fix does not attach the preset to the view. Instead, it creates as a view specific alert. I was expecting to see something like a preset and used by multiple views in the LogDNA UI
This does not work (1.8.0):
https://github.com/logdna/terraform-provider-logdna/blame/main/docs/data-sources/logdna_alert.md#L80
The text was updated successfully, but these errors were encountered: