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: failed to get contact group with ID:
│
│ with data.statuscake_contact_group.default,
│ on status_cake.tf line 7, in data "statuscake_contact_group" "default":
│ 7: data "statuscake_contact_group" "default" {
│
╵
for this code
data "statuscake_contact_group" "default" {
id = "<id here>"
}
The code worked very well since I created it. But today it started failing.
To Reproduce
Retrive information about contact group
data "statuscake_contact_group" "default" {
id = "<id here>"
}
Expected behaviour
I expected to be able to fetch details of contact group
Desktop (please complete the following information):
OS: Ubuntu 20.04
Version 2.2.2
Additional context
When I ran code with TF_LOG=Trace I got these details
Describe the bug
I got error
for this code
The code worked very well since I created it. But today it started failing.
To Reproduce
Retrive information about contact group
Expected behaviour
I expected to be able to fetch details of contact group
Desktop (please complete the following information):
Additional context
When I ran code with TF_LOG=Trace I got these details
The text was updated successfully, but these errors were encountered: