Skip to content

Commit

Permalink
docs: Fix example for shared_database & updated issue template (#3076)
Browse files Browse the repository at this point in the history
Fixes
#3075
  • Loading branch information
deanmorin authored Sep 23, 2024
1 parent 18f2ce4 commit a32f118
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ body:
- resource:sequence
- resource:session_parameter
- resource:share
- resource:shared_database
- resource:stage
- resource:storage_integration
- resource:stream
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/02-general-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ body:
- resource:sequence
- resource:session_parameter
- resource:share
- resource:shared_database
- resource:stage
- resource:storage_integration
- resource:stream
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/03-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body:
- resource:sequence
- resource:session_parameter
- resource:share
- resource:shared_database
- resource:stage
- resource:storage_integration
- resource:stream
Expand Down Expand Up @@ -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 😎
- label: Yeah, I'll take it 😎
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/04-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ body:
- resource:sequence
- resource:session_parameter
- resource:share
- resource:shared_database
- resource:stage
- resource:storage_integration
- resource:stream
Expand Down
2 changes: 0 additions & 2 deletions docs/resources/shared_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ resource "snowflake_shared_database" "test" {
from_share = "<primary_account_organization_name>.<primary_account_name>.${snowflake_share.test.name}"
comment = "A shared database"
data_retention_time_in_days = 10
max_data_extension_time_in_days = 20
external_volume = "<external_volume_name>"
catalog = "<catalog_name>"
replace_invalid_characters = false
Expand Down

0 comments on commit a32f118

Please sign in to comment.