We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43fbdb commit 41fdf82Copy full SHA for 41fdf82
tencentcloud/services/postgresql/resource_tc_postgresql_instance_test.go
@@ -652,7 +652,7 @@ resource "tencentcloud_postgresql_instance" "test" {
652
vpc_id = tencentcloud_vpc.vpc.id
653
subnet_id = tencentcloud_subnet.subnet.id
654
engine_version = "13.3"
655
- root_username = "tf-user"
+ root_user = "tf-user"
656
root_password = "t1qaA2k1wgvfa3?ZZZ"
657
charset = "LATIN1"
658
memory = 4
@@ -688,7 +688,7 @@ resource "tencentcloud_postgresql_instance" "test" {
688
689
690
691
692
root_password = "t1qaA2k1wgvfa3?ZZZ3daw"
693
694
memory = 8
0 commit comments