-
Notifications
You must be signed in to change notification settings - Fork 137
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
segfault when using opsgenie_escalation datasource #359
Comments
Same problem here, I get this stacktrace msg:
|
Same problem in 0.6.29:
|
Still persists in 0.6.34 |
I get the same error. It's due to |
nickstamat
added a commit
to nickstamat/terraform-provider-opsgenie
that referenced
this issue
Aug 8, 2024
nickstamat
added a commit
to nickstamat/terraform-provider-opsgenie
that referenced
this issue
Aug 8, 2024
nickstamat
added a commit
to nickstamat/terraform-provider-opsgenie
that referenced
this issue
Aug 8, 2024
nickstamat
added a commit
to nickstamat/terraform-provider-opsgenie
that referenced
this issue
Aug 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm running into a segfault/crash/plugin did not respond error when executing a trivial code sample involving the
opsgenie_escalation
data source.terraform version: 1.3.7
platform:
darwin_arm64
(not sure if it matters, but I thought I'd mention)affected resources:
data.opsgenie_escalation
(haven't tested on resource yet)Sample config
Terraform Version
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.Affected Resource(s)
Please list the resources as a list, for example:
opsgenie_escalation
(datasource)If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
debug gist: https://gist.github.com/broestls/d5718348869d433be89d6d8c94e29cfe
Panic Output
Honestly, may be the above gist as well.
Expected Behavior
Should have given me information about the named escalation object
Actual Behavior
plugin did not respond
Steps to Reproduce
terraform plan
Important Factoids
Running against JSM-integrated version of opsgenie
References
None at this time
The text was updated successfully, but these errors were encountered: