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_vpnipsec_manualkey" {
source="./modules/fortios/r/fortios_vpnipsec_manualkey"# authentication - (required) is a type of stringauthentication=null# authkey - (optional) is a type of stringauthkey=null# enckey - (optional) is a type of stringenckey=null# encryption - (required) is a type of stringencryption=null# interface - (required) is a type of stringinterface=null# local_gw - (optional) is a type of stringlocal_gw=null# localspi - (optional) is a type of stringlocalspi=null# name - (optional) is a type of stringname=null# remote_gw - (required) is a type of stringremote_gw=null# remotespi - (optional) is a type of stringremotespi=null
}
resource"fortios_vpnipsec_manualkey""this" {
# authentication - (required) is a type of stringauthentication=var.authentication# authkey - (optional) is a type of stringauthkey=var.authkey# enckey - (optional) is a type of stringenckey=var.enckey# encryption - (required) is a type of stringencryption=var.encryption# interface - (required) is a type of stringinterface=var.interface# local_gw - (optional) is a type of stringlocal_gw=var.local_gw# localspi - (optional) is a type of stringlocalspi=var.localspi# name - (optional) is a type of stringname=var.name# remote_gw - (required) is a type of stringremote_gw=var.remote_gw# remotespi - (optional) is a type of stringremotespi=var.remotespi
}