cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
57 stars 12 forks source link

Fixed endpoint connection import and annotated example #45

Closed erademacher closed 1 year ago

erademacher commented 1 year ago

Just a quick change to support import for connections, even though it probably won't be used often. Follows the same pattern as SQL users. Tested manually, and tested import for services too. I also added a warning comment to the example, since region is configured at the provider level for AWS.


This change is Reviewable