terraform-provider-snowflake
terraform-provider-snowflake copied to clipboard
[Docs]: Resource migration guide should inform about new capabilities in terraform 1.7
Documentation Link
https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/resource_migration.md
Description
The article states
You can remove resources from the state with the terraform state rm <resource_address> command.
You should advise that, as of terraform 1.7, terraform supports removed
blocks which enable one to remove resources without having to write terraform state rm
commands. Using removed
blocks is a much much easier way of achieving this.
References
No response
Would you like to implement a fix?
None
Hey @jamiekt. Thanks for the suggestion!
We'll happily accept a contribution to the migration guide.