Skip to content

Commit 85ad952

Browse files
committed
add
1 parent d5f199a commit 85ad952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/postgresql/resource_tc_postgresql_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ func resourceTencentCloudPostgresqlInstanceCreate(d *schema.ResourceData, meta i
402402
requestSecurityGroup = append(requestSecurityGroup, v.(string))
403403
}
404404

405-
if dbVersion == "" && dbMajorVersion == "" {
405+
if dbVersion == "" && dbMajorVersion == "" && dbKernelVersion == "" {
406406
dbVersion = "10.4"
407407
}
408408

0 commit comments

Comments
 (0)