Skip to content

Commit

Permalink
Changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed May 28, 2024
1 parent c52566d commit af1033b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/resources/snowflake_secondary_database/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ resource "snowflake_secondary_database" "test" {

external_volume = "external_volume_name"
catalog = "catalog_name"
replace_invalid_characters = false
default_ddl_collation = "en_US"
storage_serialization_policy = "OPTIMIZED"
log_level = "OFF"
trace_level = "OFF"
comment = "A secondary database"
Expand Down
2 changes: 2 additions & 0 deletions examples/resources/snowflake_shared_database/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ resource "snowflake_shared_database" "test" {
is_transient = false
external_volume = "external_volume_name"
catalog = "catalog_name"
replace_invalid_characters = false
default_ddl_collation = "en_US"
storage_serialization_policy = "OPTIMIZED"
log_level = "OFF"
trace_level = "OFF"
comment = "A shared database"
Expand Down

0 comments on commit af1033b

Please sign in to comment.