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_manualkeyinterface" {
source="./modules/fortios/r/fortios_vpnipsec_manualkeyinterface"# addr_type - (optional) is a type of stringaddr_type=null# auth_alg - (required) is a type of stringauth_alg=null# auth_key - (optional) is a type of stringauth_key=null# enc_alg - (required) is a type of stringenc_alg=null# enc_key - (optional) is a type of stringenc_key=null# interface - (required) is a type of stringinterface=null# ip_version - (optional) is a type of stringip_version=null# local_gw - (optional) is a type of stringlocal_gw=null# local_gw6 - (optional) is a type of stringlocal_gw6=null# local_spi - (optional) is a type of stringlocal_spi=null# name - (optional) is a type of stringname=null# remote_gw - (required) is a type of stringremote_gw=null# remote_gw6 - (required) is a type of stringremote_gw6=null# remote_spi - (optional) is a type of stringremote_spi=null
}
resource"fortios_vpnipsec_manualkeyinterface""this" {
# addr_type - (optional) is a type of stringaddr_type=var.addr_type# auth_alg - (required) is a type of stringauth_alg=var.auth_alg# auth_key - (optional) is a type of stringauth_key=var.auth_key# enc_alg - (required) is a type of stringenc_alg=var.enc_alg# enc_key - (optional) is a type of stringenc_key=var.enc_key# interface - (required) is a type of stringinterface=var.interface# ip_version - (optional) is a type of stringip_version=var.ip_version# local_gw - (optional) is a type of stringlocal_gw=var.local_gw# local_gw6 - (optional) is a type of stringlocal_gw6=var.local_gw6# local_spi - (optional) is a type of stringlocal_spi=var.local_spi# name - (optional) is a type of stringname=var.name# remote_gw - (required) is a type of stringremote_gw=var.remote_gw# remote_gw6 - (required) is a type of stringremote_gw6=var.remote_gw6# remote_spi - (optional) is a type of stringremote_spi=var.remote_spi
}