diff --git a/README.md b/README.md
index 1d434f8..8b0262c 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,6 @@ module "snowflake_shared_database" {
| [enable\_console\_output](#output\_enable\_console\_output) | If true, enables stdout/stderr fast path logging for anonymous stored procedures |
| [external\_volume](#output\_external\_volume) | The database parameter that specifies the default external volume to use for Iceberg tables |
| [from\_share](#output\_from\_share) | The name of the share from which the database is created |
-| [fully\_qualified\_name](#output\_fully\_qualified\_name) | The fully qualified name of the database |
| [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] |
| [name](#output\_name) | Name of the database |
| [quoted\_identifiers\_ignore\_case](#output\_quoted\_identifiers\_ignore\_case) | If true, the case of quoted identifiers is ignored |
diff --git a/outputs.tf b/outputs.tf
index 344e21e..ce8c4ec 100644
--- a/outputs.tf
+++ b/outputs.tf
@@ -78,11 +78,6 @@ output "enable_console_output" {
value = one(snowflake_shared_database.this[*].enable_console_output)
}
-output "fully_qualified_name" {
- description = "The fully qualified name of the database"
- value = one(snowflake_shared_database.this[*].fully_qualified_name)
-}
-
output "roles" {
description = "Snowflake Roles"
value = local.roles