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_target" {
source="./modules/alicloud/r/alicloud_resource_manager_shared_target"# resource_share_id - (required) is a type of stringresource_share_id=null# target_id - (required) is a type of stringtarget_id=nulltimeouts=[{
create =null
delete =null
}]
}
resource"alicloud_resource_manager_shared_target""this" {
# resource_share_id - (required) is a type of stringresource_share_id=var.resource_share_id# target_id - (required) is a type of stringtarget_id=var.target_iddynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
}
}
}