Snowflake-Labs / terraform-provider-snowflake

Terraform provider for managing Snowflake accounts
https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest
MIT License
554 stars 422 forks source link

[Docs]: Resource migration guide should inform about new capabilities in terraform 1.7 #2468

Open jamiekt opened 9 months ago

jamiekt commented 9 months ago

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 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

sfc-gh-asawicki commented 9 months ago

Hey @jamiekt. Thanks for the suggestion!

We'll happily accept a contribution to the migration guide.