Skip to content

Commit 3cbbb4e

Browse files
author
alibaba
committed
Fixed db_node_class field
1 parent ac471dc commit 3cbbb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "alicloud_adb_db_cluster" "this" {
22
db_cluster_category = var.category
3-
db_cluster_class = var.class
3+
db_node_class = var.class
44
description = var.description
55
db_node_count = var.node_count
66
db_node_storage = var.node_storage

0 commit comments

Comments
 (0)