risingwavelabs / terraform-provider-risingwavecloud

Apache License 2.0
0 stars 0 forks source link

bug: create_db and super_user not work for tf rwc provider #31

Closed cyliu0 closed 6 months ago

cyliu0 commented 6 months ago

Create a rwc user via terraform with the below definition

resource "risingwavecloud_cluster_user" "cy-gcp-1-user-super_user" {
  cluster_id = "xxxx"
  username   = "cy-gcp-super_user"
  password   = ""
  create_db  = true
  super_user = true
}

Got the following error image

cloudcarver commented 6 months ago

close as it is an internal issue in the cloud.