Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dszmolka committed Dec 26, 2024
1 parent 8551c97 commit f21c49c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/resources/stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ resource "snowflake_stage" "example_stage" {

-> **Note** Instead of using fully_qualified_name, you can reference objects managed outside Terraform by constructing a correct ID, consult [identifiers guide](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/guides/identifiers#new-computed-fully-qualified-name-field-in-resources).
<!-- TODO(SNOW-1634854): include an example showing both methods-->
-> ** Examples of usage for `file_format`:**
-> **Examples of usage for `file_format`:**
* with hardcoding value: `file_format="FORMAT_NAME = DB.SCHEMA.FORMATNAME"`
* from dynamic value: `file_format = "FORMAT_NAME = ${snowflake_database.mydb.name}.${snowflake_schema.myschema.name}.${snowflake_file_format.myfileformat.name}"`
* from expression: `file_format = format("FORMAT_NAME =%s.%s.MYFILEFORMAT", var.db_name, each.value.schema_name)`
(Reference: [#265](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/265))

<!-- schema generated by tfplugindocs -->
## Schema

Expand Down

0 comments on commit f21c49c

Please sign in to comment.