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

Fix nil pointer access across repo #60

Closed deanhuynh closed 9 months ago

deanhuynh commented 9 months ago

Most were conditional, but using .xPointerValue is way cleaner and helps in case of missing conditional.

Fixes #58, tested with Google Analytics 4 destination.