╷
│ 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