You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"alicloud_alikafka_sasl_user" {
source="./modules/alicloud/r/alicloud_alikafka_sasl_user"# instance_id - (required) is a type of stringinstance_id=null# kms_encrypted_password - (optional) is a type of stringkms_encrypted_password=null# kms_encryption_context - (optional) is a type of map of stringkms_encryption_context={}
# password - (optional) is a type of stringpassword=null# username - (required) is a type of stringusername=null
}
resource"alicloud_alikafka_sasl_user""this" {
# instance_id - (required) is a type of stringinstance_id=var.instance_id# kms_encrypted_password - (optional) is a type of stringkms_encrypted_password=var.kms_encrypted_password# kms_encryption_context - (optional) is a type of map of stringkms_encryption_context=var.kms_encryption_context# password - (optional) is a type of stringpassword=var.password# username - (required) is a type of stringusername=var.username
}