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_resource" {
source="./modules/alicloud/r/alicloud_resource_manager_shared_resource"# resource_id - (required) is a type of stringresource_id=null# resource_share_id - (required) is a type of stringresource_share_id=null# resource_type - (required) is a type of stringresource_type=nulltimeouts=[{
create =null
delete =null
}]
}
resource"alicloud_resource_manager_shared_resource""this" {
# resource_id - (required) is a type of stringresource_id=var.resource_id# resource_share_id - (required) is a type of stringresource_share_id=var.resource_share_id# resource_type - (required) is a type of stringresource_type=var.resource_typedynamic"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"]
}
}
}