From d7d7d11aea285de91ffcfe20930d59156b3d35e9 Mon Sep 17 00:00:00 2001 From: Onel Harrison Date: Wed, 7 Jul 2021 11:31:06 -0400 Subject: [PATCH 1/2] DOCFIX: Remove misleading attribute from table doc --- docs/resources/table.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/resources/table.md b/docs/resources/table.md index f4d13616a3..e01baf39a0 100644 --- a/docs/resources/table.md +++ b/docs/resources/table.md @@ -20,8 +20,6 @@ resource snowflake_table table { comment = "A table." cluster_by = ["to_date(DATE)"] - owner = "me" - column { name = "id" type = "int" From b8e081b2a93fc0cd48ae23306127a7acb5995fdd Mon Sep 17 00:00:00 2001 From: Onel Harrison Date: Wed, 7 Jul 2021 12:49:09 -0400 Subject: [PATCH 2/2] DOCFIX: Update resource.tf for snowflake_table in examples/ --- examples/resources/snowflake_table/resource.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/resources/snowflake_table/resource.tf b/examples/resources/snowflake_table/resource.tf index ce3b9caeab..5c46412b71 100644 --- a/examples/resources/snowflake_table/resource.tf +++ b/examples/resources/snowflake_table/resource.tf @@ -5,8 +5,6 @@ resource snowflake_table table { comment = "A table." cluster_by = ["to_date(DATE)"] - owner = "me" - column { name = "id" type = "int"