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_nas_mount_target" {
source="./modules/alicloud/r/alicloud_nas_mount_target"# access_group_name - (optional) is a type of stringaccess_group_name=null# file_system_id - (required) is a type of stringfile_system_id=null# security_group_id - (optional) is a type of stringsecurity_group_id=null# status - (optional) is a type of stringstatus=null# vswitch_id - (optional) is a type of stringvswitch_id=nulltimeouts=[{
create =null
}]
}
resource"alicloud_nas_mount_target""this" {
# access_group_name - (optional) is a type of stringaccess_group_name=var.access_group_name# file_system_id - (required) is a type of stringfile_system_id=var.file_system_id# security_group_id - (optional) is a type of stringsecurity_group_id=var.security_group_id# status - (optional) is a type of stringstatus=var.status# vswitch_id - (optional) is a type of stringvswitch_id=var.vswitch_iddynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
}
}
}