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
data "mist_org_webhooks" "mist_org_webhooks" {
org_id = var.my_org_id
}
Expected behavior
Should return webhooks at org level
Error Message
data.mist_org_webhooks.mist_org_webhooks: Reading...
│ Error: Missing OrgWebhooksValue Attribute Value
│
│ with data.mist_org_webhooks.mist_org_webhooks,
│ on mist_org.tf line 13, in data "mist_org_webhooks" "mist_org_webhooks":
│ 13: data "mist_org_webhooks" "mist_org_webhooks" {
│
│ While creating a OrgWebhooksValue value, a missing attribute value was detected. A OrgWebhooksValue must contain values for all attributes, even if null or unknown. This is
│ always an issue with the provider and should be reported to the provider developers.
│
│ OrgWebhooksValue Attribute Name (site_id) Expected Type: basetypes.StringType
╵
╷
│ Error: Missing OrgWebhooksValue Attribute Value
│
│ with data.mist_org_webhooks.mist_org_webhooks,
│ on mist_org.tf line 13, in data "mist_org_webhooks" "mist_org_webhooks":
│ 13: data "mist_org_webhooks" "mist_org_webhooks" {
│
│ While creating a OrgWebhooksValue value, a missing attribute value was detected. A OrgWebhooksValue must contain values for all attributes, even if null or unknown. This is
│ always an issue with the provider and should be reported to the provider developers.
│
│ OrgWebhooksValue Attribute Name (created_time) Expected Type: basetypes.Float64Type
╵
╷
│ Error: Missing OrgWebhooksValue Attribute Value
│
│ with data.mist_org_webhooks.mist_org_webhooks,
│ on mist_org.tf line 13, in data "mist_org_webhooks" "mist_org_webhooks":
│ 13: data "mist_org_webhooks" "mist_org_webhooks" {
│
│ While creating a OrgWebhooksValue value, a missing attribute value was detected. A OrgWebhooksValue must contain values for all attributes, even if null or unknown. This is
│ always an issue with the provider and should be reported to the provider developers.
│
│ OrgWebhooksValue Attribute Name (modified_time) Expected Type: basetypes.NumberType
Describe the bug
Retreiving org webhooks result in errors
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should return webhooks at org level
Error Message
Software
Terraform v1.10.3
on linux_amd64
The text was updated successfully, but these errors were encountered: