From a32f1187aff64f1c0d7b4e9c81426406c5c7f418 Mon Sep 17 00:00:00 2001 From: Dean Morin Date: Mon, 23 Sep 2024 01:15:04 -0700 Subject: [PATCH] docs: Fix example for shared_database & updated issue template (#3076) Fixes https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3075 --- .github/ISSUE_TEMPLATE/01-bug.yml | 1 + .github/ISSUE_TEMPLATE/02-general-usage.yml | 1 + .github/ISSUE_TEMPLATE/03-documentation.yml | 3 ++- .github/ISSUE_TEMPLATE/04-feature-request.yml | 1 + docs/resources/shared_database.md | 2 -- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index bfb0ede485..3b8fa99f93 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -134,6 +134,7 @@ body: - resource:sequence - resource:session_parameter - resource:share + - resource:shared_database - resource:stage - resource:storage_integration - resource:stream diff --git a/.github/ISSUE_TEMPLATE/02-general-usage.yml b/.github/ISSUE_TEMPLATE/02-general-usage.yml index dd25831fb2..a0bb158038 100644 --- a/.github/ISSUE_TEMPLATE/02-general-usage.yml +++ b/.github/ISSUE_TEMPLATE/02-general-usage.yml @@ -132,6 +132,7 @@ body: - resource:sequence - resource:session_parameter - resource:share + - resource:shared_database - resource:stage - resource:storage_integration - resource:stream diff --git a/.github/ISSUE_TEMPLATE/03-documentation.yml b/.github/ISSUE_TEMPLATE/03-documentation.yml index e580ad84ed..1a389292d3 100644 --- a/.github/ISSUE_TEMPLATE/03-documentation.yml +++ b/.github/ISSUE_TEMPLATE/03-documentation.yml @@ -66,6 +66,7 @@ body: - resource:sequence - resource:session_parameter - resource:share + - resource:shared_database - resource:stage - resource:storage_integration - resource:stream @@ -151,4 +152,4 @@ body: label: Would you like to implement a fix? description: If you plan to implement a fix for this, check this box to let the maintainers and community know (you can update this later if you change your mind). options: - - label: Yeah, I'll take it 😎 \ No newline at end of file + - label: Yeah, I'll take it 😎 diff --git a/.github/ISSUE_TEMPLATE/04-feature-request.yml b/.github/ISSUE_TEMPLATE/04-feature-request.yml index d236caade7..454b34fe59 100644 --- a/.github/ISSUE_TEMPLATE/04-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/04-feature-request.yml @@ -102,6 +102,7 @@ body: - resource:sequence - resource:session_parameter - resource:share + - resource:shared_database - resource:stage - resource:storage_integration - resource:stream diff --git a/docs/resources/shared_database.md b/docs/resources/shared_database.md index 0ed981c871..09cf18a2fc 100644 --- a/docs/resources/shared_database.md +++ b/docs/resources/shared_database.md @@ -51,8 +51,6 @@ resource "snowflake_shared_database" "test" { from_share = "..${snowflake_share.test.name}" comment = "A shared database" - data_retention_time_in_days = 10 - max_data_extension_time_in_days = 20 external_volume = "" catalog = "" replace_invalid_characters = false