diff --git a/modules/pubsub/outputs.tf b/modules/pubsub/outputs.tf index 9c5a6a6e..3660d367 100644 --- a/modules/pubsub/outputs.tf +++ b/modules/pubsub/outputs.tf @@ -58,8 +58,3 @@ output "topic" { ] } -output "schema_id" { - description = "Schema resource id." - value = google_pubsub_schema.default[0].id -} -