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_shared_targets" {
source="./modules/alicloud/d/alicloud_resource_manager_shared_targets"# ids - (optional) is a type of list of stringids=[]
# output_file - (optional) is a type of stringoutput_file=null# resource_share_id - (optional) is a type of stringresource_share_id=null# status - (optional) is a type of stringstatus=null
}
data"alicloud_resource_manager_shared_targets""this" {
# ids - (optional) is a type of list of stringids=var.ids# output_file - (optional) is a type of stringoutput_file=var.output_file# resource_share_id - (optional) is a type of stringresource_share_id=var.resource_share_id# status - (optional) is a type of stringstatus=var.status
}
output"id" {
description="returns a string"value=data.alicloud_resource_manager_shared_targets.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_resource_manager_shared_targets.this.ids
}
output"targets" {
description="returns a list of object"value=data.alicloud_resource_manager_shared_targets.this.targets
}
output"this" {
value=alicloud_resource_manager_shared_targets.this
}