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

No import documentation #91

Closed johnkoehn closed 4 months ago

johnkoehn commented 4 months ago

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

Part of a good terraform provider is importing existing resources. However, no import documentation exits for the resources.

Describe the solution you'd like

I'd like import documentation

Describe alternatives you've considered

N/A

Additional context

Very happy to see this provider as we have multiple production environments across the globe with their own segment workspaces

cv commented 4 months ago

Hi @johnkoehn!

We'll be working on imports (and associated documentation) shortly, and this helps us prioritize. Thank you for the suggestion!

deanhuynh commented 4 months ago

In the meantime, all resources are importable by their id unless otherwise noted in the docs as in here.

deanhuynh commented 4 months ago

The docs have been updated. Thank you for your patience.