Skip to content

Commit

Permalink
resource/alicloud_adb_db_instance: support 16Core128GB for attribute …
Browse files Browse the repository at this point in the history
…elastic_io_resource_size
  • Loading branch information
shanye997 committed Dec 2, 2024
1 parent b4dc02f commit 45afbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alicloud/resource_alicloud_adb_db_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func resourceAliCloudAdbDbCluster() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Computed: true,
ValidateFunc: StringInSlice([]string{"8Core64GB", "12Core96GB"}, false),
ValidateFunc: StringInSlice([]string{"8Core64GB", "12Core96GB", "16Core128GB"}, false),
},
"disk_performance_level": {
Type: schema.TypeString,
Expand Down

0 comments on commit 45afbb1

Please sign in to comment.