Snowflake-Labs / terraform-provider-snowflake

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

docs: Fix example for shared_database & updated issue template #3076

Closed deanmorin closed 4 days ago

deanmorin commented 2 weeks ago

Fixes https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3075

sfc-gh-asawicki commented 2 weeks 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.