terraform-provider-huaweicloud
terraform-provider-huaweicloud copied to clipboard
bug: the default version of cdm cluster is not latest
Terraform Version
NA
Terraform Configuration Files
resource "huaweicloud_cdm_cluster" "cluster" {
availability_zone = data.huaweicloud_availability_zones.test.names[0]
flavor_id = data.huaweicloud_cdm_flavors.test.flavors[0].id
name = "cdm-acc-123"
security_group_id = huaweicloud_networking_secgroup.secgroup.id
subnet_id = data.huaweicloud_vpc_subnet.test.id
vpc_id = data.huaweicloud_vpc.test.id
}
Debug Output
Crash Output
Expected Behavior
the default version is 2.8.6.2 while the latest version of console is 2.9.1.100. we should upgrade the version