terraform-provider-pagerduty icon indicating copy to clipboard operation
terraform-provider-pagerduty copied to clipboard

panic in dataSourcePagerDutyVendorRead

Open ryanking opened this issue 3 years ago • 1 comments

Terraform Version

1.1.3

Affected Resource(s)

  • data_source_pagerduty_vendor

Terraform Configuration Files

data "pagerduty_vendor" "datadog" {
  name = "Datadog"
}

Debug Output

I don't have this because the error is transient and I didn't have debug logging on when it happend.

Panic Output

https://gist.github.com/436274ff78e5c5a893f82948427424c0

Steps to Reproduce

I have not been able to reproduce this yet.

Important Factoids

Nothing out of the ordinary with this code. We recently upgraded to the latest provider version.

References

ryanking avatar Feb 02 '22 20:02 ryanking

Heads-up that this may be addressed as part of #458 and released as part of 2.3.0.

dobs avatar Feb 11 '22 18:02 dobs