Skip to content

Commit

Permalink
chore: update automq_kafka_instance_resource_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Gezi-lzq committed Aug 7, 2024
1 parent 42c343e commit f3689fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/provider/automq_kafka_instance_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ func TestAccKafkaInstanceResource(t *testing.T) {
func testAccKafkaInstanceResourceConfig(mockServerUrl string) string {
return fmt.Sprintf(`
provider "automq" {
host = "%s"
byoc_host = "%s"
token = "123456"
}
resource "automq_kafka_instance" "test" {
display_name = "test"
name = "test"
description = "test"
cloud_provider = "aliyun"
region = "cn-hangzhou"
Expand Down

0 comments on commit f3689fc

Please sign in to comment.