Skip to content

Commit d24adf8

Browse files
authored
Merge pull request #7 from getindata/fix/remove-output
fix: Remove output due to provider versions issue
2 parents a16a971 + 48f4f73 commit d24adf8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ module "snowflake_shared_database" {
106106
| <a name="output_enable_console_output"></a> [enable\_console\_output](#output\_enable\_console\_output) | If true, enables stdout/stderr fast path logging for anonymous stored procedures |
107107
| <a name="output_external_volume"></a> [external\_volume](#output\_external\_volume) | The database parameter that specifies the default external volume to use for Iceberg tables |
108108
| <a name="output_from_share"></a> [from\_share](#output\_from\_share) | The name of the share from which the database is created |
109-
| <a name="output_fully_qualified_name"></a> [fully\_qualified\_name](#output\_fully\_qualified\_name) | The fully qualified name of the database |
110109
| <a name="output_log_level"></a> [log\_level](#output\_log\_level) | Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF] |
111110
| <a name="output_name"></a> [name](#output\_name) | Name of the database |
112111
| <a name="output_quoted_identifiers_ignore_case"></a> [quoted\_identifiers\_ignore\_case](#output\_quoted\_identifiers\_ignore\_case) | If true, the case of quoted identifiers is ignored |

outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ output "enable_console_output" {
7878
value = one(snowflake_shared_database.this[*].enable_console_output)
7979
}
8080

81-
output "fully_qualified_name" {
82-
description = "The fully qualified name of the database"
83-
value = one(snowflake_shared_database.this[*].fully_qualified_name)
84-
}
85-
8681
output "roles" {
8782
description = "Snowflake Roles"
8883
value = local.roles

0 commit comments

Comments
 (0)