OlgierdEthon

Results 4 issues of OlgierdEthon

The change is possible in the UI, however the `plan` reports a change to happen to the environment ID, as well as it's keys: ``` ~ resource "devcycle_environment" "environment" {...

Related: #173 Problem: ``` Planning failed. Terraform encountered an error while generating this plan. ╷ │ Error: Client Error │ │ with [REDACTED].devcycle_environment.environment, │ on [REDACTED] line REDACTED, in resource...

rel: https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/import#importer-state-function

The provider forces the downstream consumer to rely on implementation detail, such as [those statements](https://github.com/DevCycleHQ/terraform-provider-devcycle/blob/main/internal/provider/environment_resource.go#L165) order to be able to use the keys. A better approach would be to return...

bug
enhancement