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
It should return a map/list of monitors that match the URL filter
Actual Behavior
Error returned
data.betteruptime_monitor.this: Reading...
╷
│ Error: duplicate
│
│ with data.betteruptime_monitor.this,
│ on data.tf line 1, in data "betteruptime_monitor""this":
│ 1: data "betteruptime_monitor""this" {
│
╵
Suggestion
Possible to create data.betteruptime_monitor to filter for other values aside from URL
Create another data source to fetch for multiple monitors with similar attributes data.betteruptime_monitors which returns a map of monitors
The text was updated successfully, but these errors were encountered:
asyrafnorafandi
changed the title
data.betteruptime_monitor returns duplicate error for multiple monitors with same URL
bug(data-source): data.betteruptime_monitor returns duplicate error for multiple monitors with same URL
Dec 12, 2024
Issue Overview
data.betteruptime_monitor
returns duplicate error for multiple monitors with same URLType of Issue
Terraform Version
Provider Version
Reproduction Steps
Configuration Snippet
Expected Behavior
It should return a map/list of monitors that match the URL filter
Actual Behavior
Error returned
Suggestion
data.betteruptime_monitor
to filter for other values aside fromURL
data.betteruptime_monitors
which returns a map of monitorsThe text was updated successfully, but these errors were encountered: