File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ resource "tencentcloud_postgresql_instance" "example" {
40
40
charge_type = "POSTPAID_BY_HOUR"
41
41
vpc_id = tencentcloud_vpc.vpc.id
42
42
subnet_id = tencentcloud_subnet.subnet.id
43
- engine_version = "10.4 "
43
+ engine_version = "10.23 "
44
44
root_user = "root123"
45
45
root_password = "Root123$"
46
46
charset = "UTF8"
47
47
project_id = 0
48
- memory = 2
49
- cpu = 1
50
- storage = 10
48
+ memory = 4
49
+ cpu = 2
50
+ storage = 200
51
51
52
52
tags = {
53
53
test = "tf"
@@ -84,11 +84,11 @@ resource "tencentcloud_postgresql_readonly_instance" "example" {
84
84
zone = var.availability_zone
85
85
name = "example"
86
86
auto_renew_flag = 0
87
- db_version = "10.4 "
87
+ db_version = "10.23 "
88
88
instance_charge_type = "POSTPAID_BY_HOUR"
89
89
memory = 4
90
90
cpu = 2
91
- storage = 250
91
+ storage = 200
92
92
vpc_id = tencentcloud_vpc.vpc.id
93
93
subnet_id = tencentcloud_subnet.subnet.id
94
94
need_support_ipv6 = 0
You can’t perform that action at this time.
0 commit comments