Skip to content

Commit

Permalink
fix compact_delete value for cleanup policy
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinshenker committed Oct 18, 2023
1 parent 3ac9202 commit 3b19a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean/database/resource_database_kafka_topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func ResourceDigitalOceanDatabaseKafkaTopic() *schema.Resource {
ValidateFunc: validation.StringInSlice([]string{
"delete",
"compact",
"compact,delete",
"compact_delete",
}, false),
},
"compression_type": {
Expand Down

0 comments on commit 3b19a20

Please sign in to comment.