Skip to content

Commit 41fdf82

Browse files
committed
add
1 parent e43fbdb commit 41fdf82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/services/postgresql/resource_tc_postgresql_instance_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ resource "tencentcloud_postgresql_instance" "test" {
652652
vpc_id = tencentcloud_vpc.vpc.id
653653
subnet_id = tencentcloud_subnet.subnet.id
654654
engine_version = "13.3"
655-
root_username = "tf-user"
655+
root_user = "tf-user"
656656
root_password = "t1qaA2k1wgvfa3?ZZZ"
657657
charset = "LATIN1"
658658
memory = 4
@@ -688,7 +688,7 @@ resource "tencentcloud_postgresql_instance" "test" {
688688
vpc_id = tencentcloud_vpc.vpc.id
689689
subnet_id = tencentcloud_subnet.subnet.id
690690
engine_version = "13.3"
691-
root_username = "tf-user"
691+
root_user = "tf-user"
692692
root_password = "t1qaA2k1wgvfa3?ZZZ3daw"
693693
charset = "LATIN1"
694694
memory = 8

0 commit comments

Comments
 (0)