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

Allow for Source-Destination Connections to be Defined in Code #81

Closed SarahTCC closed 6 months ago

SarahTCC commented 6 months ago

Is your feature request related to a problem? Please describe.

Yes - the current scope of the source tooling does not allow for full automation

Describe the solution you'd like

To be able to link a source to a destination via code

Describe alternatives you've considered

Manually clickopsing this, or using the API alongside TF

Additional context

NA

SarahTCC commented 4 months ago

Initial issue was that the documentation is not clear enough to explicitly do this, and we needed to manually examine the payloads to figure out how to do this (ie with some string manipulation etc).