Gilles M
Gilles M
Hello @ldhenry , Thanks for investigating the issue, we seem to be experiencing the same behaviours. Would you have any update on it? Thanks
Hello [@ldhenry](https://github.com/ldhenry) , Our scenario is when a project is created with like 2 environments, if you add a new block for an environment in the middle of the list,...
I upgraded our provider to version 2.13.2, Terraform to 1.5.3 and we see the same result, when removing an environment block in the middle of the list, it renames all...
> Hey @Gilles95, I did some investigation and you are seeing this plan change because the `environments` block is implemented as a [`TypeList`](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-types#typelist) under the hood. We chose to use...