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_resource_manager_resource_shares" {
source="./modules/alicloud/d/alicloud_resource_manager_resource_shares"# ids - (optional) is a type of list of stringids=[]
# name_regex - (optional) is a type of stringname_regex=null# output_file - (optional) is a type of stringoutput_file=null# resource_share_name - (optional) is a type of stringresource_share_name=null# resource_share_owner - (required) is a type of stringresource_share_owner=null# status - (optional) is a type of stringstatus=null
}
data"alicloud_resource_manager_resource_shares""this" {
# ids - (optional) is a type of list of stringids=var.ids# name_regex - (optional) is a type of stringname_regex=var.name_regex# output_file - (optional) is a type of stringoutput_file=var.output_file# resource_share_name - (optional) is a type of stringresource_share_name=var.resource_share_name# resource_share_owner - (required) is a type of stringresource_share_owner=var.resource_share_owner# status - (optional) is a type of stringstatus=var.status
}
output"id" {
description="returns a string"value=data.alicloud_resource_manager_resource_shares.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_resource_manager_resource_shares.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_resource_manager_resource_shares.this.names
}
output"shares" {
description="returns a list of object"value=data.alicloud_resource_manager_resource_shares.this.shares
}
output"this" {
value=alicloud_resource_manager_resource_shares.this
}