terraform-provider-huaweicloud icon indicating copy to clipboard operation
terraform-provider-huaweicloud copied to clipboard

bug: the default version of cdm cluster is not latest

Open ShiChangkuo opened this issue 3 years ago • 0 comments

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

Actual Behavior

Steps to Reproduce

Additional Context

References

ShiChangkuo avatar Jan 29 '22 02:01 ShiChangkuo