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_share" {
source="./modules/alicloud/r/alicloud_resource_manager_resource_share"# resource_share_name - (required) is a type of stringresource_share_name=nulltimeouts=[{
delete =null
}]
}
resource"alicloud_resource_manager_resource_share""this" {
# resource_share_name - (required) is a type of stringresource_share_name=var.resource_share_namedynamic"timeouts" {
for_each=var.timeoutscontent {
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
}
}
}