Skip to content

Commit

Permalink
chore: update example terraform files
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrates committed Jun 28, 2024
1 parent 9829ef3 commit 0987cfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/resources/schema/resource.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
resource "schemaregistry_schema" "test" {
subject = "test-subject"
schema = "{\"type\":\"record\",\"name\":\"Test\",\"fields\":[{\"name\":\"f1\",\"type\":\"string\"}]}"
schema_type = "avro"
compatibility_level = "FORWARD_TRANSITIVE"
}

0 comments on commit 0987cfa

Please sign in to comment.