segmentio / terraform-provider-segment

Terraform provider for Segment, using the Public API
https://registry.terraform.io/providers/segmentio/segment/latest
MIT License
25 stars 3 forks source link

Handle nil response from SDK #33

Closed deanhuynh closed 10 months ago

deanhuynh commented 10 months ago

Nil responses were leading to segfault. This fixes that issue by checking the pointer before access.