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_acls" {
source="./modules/alicloud/d/alicloud_alikafka_sasl_acls"# acl_resource_name - (required) is a type of stringacl_resource_name=null# acl_resource_type - (required) is a type of stringacl_resource_type=null# instance_id - (required) is a type of stringinstance_id=null# output_file - (optional) is a type of stringoutput_file=null# username - (required) is a type of stringusername=null
}
data"alicloud_alikafka_sasl_acls""this" {
# acl_resource_name - (required) is a type of stringacl_resource_name=var.acl_resource_name# acl_resource_type - (required) is a type of stringacl_resource_type=var.acl_resource_type# instance_id - (required) is a type of stringinstance_id=var.instance_id# output_file - (optional) is a type of stringoutput_file=var.output_file# username - (required) is a type of stringusername=var.username
}
output"acls" {
description="returns a list of object"value=data.alicloud_alikafka_sasl_acls.this.acls
}
output"id" {
description="returns a string"value=data.alicloud_alikafka_sasl_acls.this.id
}
output"this" {
value=alicloud_alikafka_sasl_acls.this
}