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
When running this though terraform cloud, we regularly see an EOF from the API
Error: Get "https://api.pagerduty.com/services?query=cloudteam-service": EOF
with data.pagerduty_service.default["cloudteam-service"]
on pagerduty.tf line 9, in data "pagerduty_service" "default":
We have seen similar output for other service names as well, but generally speaking only one service from the list (local.list) per run will fail.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v1.6.2
Affected Resource(s)
pagerduty_service
Terraform Configuration Files
Debug Output
Expected Behavior
Should lookup data without failing
Actual Behavior
When running this though terraform cloud, we regularly see an EOF from the API
We have seen similar output for other service names as well, but generally speaking only one service from the list (local.list) per run will fail.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: