Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error retrieving data source statuscake_contact_group #185

Open
krzysztof-madej opened this issue May 22, 2024 · 0 comments
Open

Error retrieving data source statuscake_contact_group #185

krzysztof-madej opened this issue May 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@krzysztof-madej
Copy link

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

  • OS: Ubuntu 20.04
  • Version 2.2.2

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
@krzysztof-madej krzysztof-madej added the bug Something isn't working label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant