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_kvstore_accounts" {
source="./modules/alicloud/d/alicloud_kvstore_accounts"# account_name - (optional) is a type of stringaccount_name=null# instance_id - (required) is a type of stringinstance_id=null# name_regex - (optional) is a type of stringname_regex=null# output_file - (optional) is a type of stringoutput_file=null# status - (optional) is a type of stringstatus=null
}
data"alicloud_kvstore_accounts""this" {
# account_name - (optional) is a type of stringaccount_name=var.account_name# instance_id - (required) is a type of stringinstance_id=var.instance_id# name_regex - (optional) is a type of stringname_regex=var.name_regex# output_file - (optional) is a type of stringoutput_file=var.output_file# status - (optional) is a type of stringstatus=var.status
}
output"accounts" {
description="returns a list of object"value=data.alicloud_kvstore_accounts.this.accounts
}
output"id" {
description="returns a string"value=data.alicloud_kvstore_accounts.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_kvstore_accounts.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_kvstore_accounts.this.names
}
output"this" {
value=alicloud_kvstore_accounts.this
}