render-oss / terraform-provider-render

Source code for the official Render Terraform provider
40 stars 4 forks source link

Return a conflict error when attempting to create a service link that already exists #30

Closed jakemalachowski closed 4 weeks ago

jakemalachowski commented 4 weeks ago

When adding a new service to an env group that is already linked to a service, the env group link should first be imported into Terraform state. This updates the provider to return an error when it detects an un-imported env group link to prevent an inconsistent state error after creation.

Fixes #29