Closed deanmorin closed 2 months ago
Hey @deanmorin. Thanks for the pull request.
Modifying the .md file directly will result in the change being overwritten with our next PR (these docs are generated automatically).
In this case, you have to directly change the example file: https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/138a288c54971d62af32f74635f083c198f3774c/examples/resources/snowflake_shared_database/resource.tf#L38 and later generate the docs with make docs
or make pre-push
.
Fixes https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3075