Skip to content

Commit

Permalink
feat: update Kafka topic resource field name to topic_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Gezi-lzq committed Aug 7, 2024
1 parent db5addf commit c083a0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/resources/kafka_topic/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ provider "automq" {
}

resource "automq_kafka_topic" "example" {
environment_id = "example123"
kafka_instance = "kf-rrn5s50fzpr23urd"
name = "example"
partitions = 16
environment_id = "example123"
kafka_instance = "kf-rrn5s50fzpr23urd"
name = "example"
partitions = 16
compact_strategy = "DELETE"
config = {
"retention.ms" = "86400000"
Expand Down

0 comments on commit c083a0e

Please sign in to comment.