Skip to content

Commit 79828d1

Browse files
committed
add
1 parent fff94a1 commit 79828d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/docs/r/postgresql_readonly_instance.html.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ resource "tencentcloud_postgresql_instance" "example" {
4040
charge_type = "POSTPAID_BY_HOUR"
4141
vpc_id = tencentcloud_vpc.vpc.id
4242
subnet_id = tencentcloud_subnet.subnet.id
43-
engine_version = "10.4"
43+
engine_version = "10.23"
4444
root_user = "root123"
4545
root_password = "Root123$"
4646
charset = "UTF8"
4747
project_id = 0
48-
memory = 2
49-
cpu = 1
50-
storage = 10
48+
memory = 4
49+
cpu = 2
50+
storage = 200
5151
5252
tags = {
5353
test = "tf"
@@ -84,11 +84,11 @@ resource "tencentcloud_postgresql_readonly_instance" "example" {
8484
zone = var.availability_zone
8585
name = "example"
8686
auto_renew_flag = 0
87-
db_version = "10.4"
87+
db_version = "10.23"
8888
instance_charge_type = "POSTPAID_BY_HOUR"
8989
memory = 4
9090
cpu = 2
91-
storage = 250
91+
storage = 200
9292
vpc_id = tencentcloud_vpc.vpc.id
9393
subnet_id = tencentcloud_subnet.subnet.id
9494
need_support_ipv6 = 0

0 commit comments

Comments
 (0)