Skip to content

Commit

Permalink
Update dms_topic_v2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-lifshits authored Dec 13, 2024
1 parent 20a6f34 commit 52832ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/dms_topic_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data "opentelekomcloud_dms_product_v1" "product_1" {
storage_spec_code = "dms.physical.storage.high"
}
resource "opentelekomcloud_dms_instance_v1" "instance_1" {
resource "opentelekomcloud_dms_instance_v2" "instance_1" {
name = "kafka-test"
engine = "kafka"
product_id = data.opentelekomcloud_dms_product_v1.product_1.id
Expand Down

0 comments on commit 52832ac

Please sign in to comment.