Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikatong committed Mar 8, 2024
1 parent a949d9c commit 22fd4aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,13 +519,13 @@ resource "tencentcloud_ckafka_instance" "kafka_instance" {

const testAccKafkaInstanceType = `
resource "tencentcloud_vpc" "vpc" {
name = "tmp"
name = "kafka-type-vpc"
cidr_block = "10.0.0.0/16"
}
resource "tencentcloud_subnet" "subnet" {
vpc_id = tencentcloud_vpc.vpc.id
name = "subnet-example"
name = "kafka-type-subnet"
cidr_block = "10.0.0.0/16"
availability_zone = "ap-guangzhou-7"
}
Expand Down

0 comments on commit 22fd4aa

Please sign in to comment.