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"fortios_system_standalonecluster" {
source="./modules/fortios/r/fortios_system_standalonecluster"# encryption - (optional) is a type of stringencryption=null# group_member_id - (optional) is a type of numbergroup_member_id=null# layer2_connection - (optional) is a type of stringlayer2_connection=null# psksecret - (optional) is a type of stringpsksecret=null# session_sync_dev - (optional) is a type of stringsession_sync_dev=null# standalone_group_id - (optional) is a type of numberstandalone_group_id=null
}
resource"fortios_system_standalonecluster""this" {
# encryption - (optional) is a type of stringencryption=var.encryption# group_member_id - (optional) is a type of numbergroup_member_id=var.group_member_id# layer2_connection - (optional) is a type of stringlayer2_connection=var.layer2_connection# psksecret - (optional) is a type of stringpsksecret=var.psksecret# session_sync_dev - (optional) is a type of stringsession_sync_dev=var.session_sync_dev# standalone_group_id - (optional) is a type of numberstandalone_group_id=var.standalone_group_id
}