Skip to content

Commit

Permalink
chore: fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKnighton committed Nov 5, 2024
1 parent 5fe74f4 commit 36add02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/topic-schema/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ resource "google_pubsub_topic" "topic" {
name = var.topic_name
labels = var.labels

schema_settings {
schema = var.schema
encoding = var.schema_encoding
}

message_retention_duration = var.message_retention_duration
}

0 comments on commit 36add02

Please sign in to comment.