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
The PagerDuty provider is manually checking that terraform is available, which is not something it should be doing. We ran into multiple errors in our CI/CD pipeline because of this. Could someone look into this bug? Thank you.
The text was updated successfully, but these errors were encountered:
Tried rolling back to a version lower than 3.10, where the provider will fetch it's own version of TF, but then it fails on this:
╷
│ Error: exit status 1
│
│ Error: Unsupported block type
│
│ on zzz_backend_override.tf line 3, in terraform:
│ 3: cloud {
│
│ Blocks of type "cloud" are not expected here.
we're also running in this issue using OpenTofu, after debugging, we could workaround by manually removing the schedule which was supposed to be deleted from pagerduty and the state. will this be fixed?
terraform-provider-pagerduty/pagerduty/terraform_state_snapshot_helper.go
Lines 47 to 88 in 4741e41
The PagerDuty provider is manually checking that terraform is available, which is not something it should be doing. We ran into multiple errors in our CI/CD pipeline because of this. Could someone look into this bug? Thank you.
The text was updated successfully, but these errors were encountered: