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_nas_file_systems" {
source="./modules/alicloud/d/alicloud_nas_file_systems"# description_regex - (optional) is a type of stringdescription_regex=null# ids - (optional) is a type of list of stringids=[]
# output_file - (optional) is a type of stringoutput_file=null# protocol_type - (optional) is a type of stringprotocol_type=null# storage_type - (optional) is a type of stringstorage_type=null
}
data"alicloud_nas_file_systems""this" {
# description_regex - (optional) is a type of stringdescription_regex=var.description_regex# ids - (optional) is a type of list of stringids=var.ids# output_file - (optional) is a type of stringoutput_file=var.output_file# protocol_type - (optional) is a type of stringprotocol_type=var.protocol_type# storage_type - (optional) is a type of stringstorage_type=var.storage_type
}
output"descriptions" {
description="returns a list of string"value=data.alicloud_nas_file_systems.this.descriptions
}
output"id" {
description="returns a string"value=data.alicloud_nas_file_systems.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_nas_file_systems.this.ids
}
output"systems" {
description="returns a list of object"value=data.alicloud_nas_file_systems.this.systems
}
output"this" {
value=alicloud_nas_file_systems.this
}