StatusCakeDev / terraform-provider-statuscake

Terraform StatusCake provider
https://registry.terraform.io/providers/StatusCakeDev/statuscake/
Mozilla Public License 2.0
35 stars 55 forks source link

Error retrieving data source statuscake_contact_group #185

Open krzysztof-madej opened 6 months ago

krzysztof-madej commented 6 months ago

Describe the bug I got error

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

Additional context When I ran code with TF_LOG=Trace I got these details

2024-05-22T11:57:19.649Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-05-22T11:57:19.649Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/statuscakedev/statuscake/2.2.2/linux_amd64/terraform-provider-statuscake_v2.2.2 pid=55698
2024-05-22T11:57:19.650Z [DEBUG] provider: plugin exited