Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Oct 21, 2024
1 parent 4435f9e commit 627fb7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resources/resource_source_table_kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var sourceTableKafkaSchema = map[string]*schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
Description: "The name of the Kafka topic in the Kafka cluster.",
},
"include_key": {
Expand Down

0 comments on commit 627fb7b

Please sign in to comment.