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_vdomproperty" {
source="./modules/fortios/r/fortios_system_vdomproperty"# custom_service - (optional) is a type of stringcustom_service=null# description - (optional) is a type of stringdescription=null# dialup_tunnel - (optional) is a type of stringdialup_tunnel=null# firewall_address - (optional) is a type of stringfirewall_address=null# firewall_addrgrp - (optional) is a type of stringfirewall_addrgrp=null# firewall_policy - (optional) is a type of stringfirewall_policy=null# ipsec_phase1 - (optional) is a type of stringipsec_phase1=null# ipsec_phase1_interface - (optional) is a type of stringipsec_phase1_interface=null# ipsec_phase2 - (optional) is a type of stringipsec_phase2=null# ipsec_phase2_interface - (optional) is a type of stringipsec_phase2_interface=null# log_disk_quota - (optional) is a type of stringlog_disk_quota=null# name - (optional) is a type of stringname=null# onetime_schedule - (optional) is a type of stringonetime_schedule=null# proxy - (optional) is a type of stringproxy=null# recurring_schedule - (optional) is a type of stringrecurring_schedule=null# service_group - (optional) is a type of stringservice_group=null# session - (optional) is a type of stringsession=null# snmp_index - (optional) is a type of numbersnmp_index=null# sslvpn - (optional) is a type of stringsslvpn=null# user - (optional) is a type of stringuser=null# user_group - (optional) is a type of stringuser_group=null
}
resource"fortios_system_vdomproperty""this" {
# custom_service - (optional) is a type of stringcustom_service=var.custom_service# description - (optional) is a type of stringdescription=var.description# dialup_tunnel - (optional) is a type of stringdialup_tunnel=var.dialup_tunnel# firewall_address - (optional) is a type of stringfirewall_address=var.firewall_address# firewall_addrgrp - (optional) is a type of stringfirewall_addrgrp=var.firewall_addrgrp# firewall_policy - (optional) is a type of stringfirewall_policy=var.firewall_policy# ipsec_phase1 - (optional) is a type of stringipsec_phase1=var.ipsec_phase1# ipsec_phase1_interface - (optional) is a type of stringipsec_phase1_interface=var.ipsec_phase1_interface# ipsec_phase2 - (optional) is a type of stringipsec_phase2=var.ipsec_phase2# ipsec_phase2_interface - (optional) is a type of stringipsec_phase2_interface=var.ipsec_phase2_interface# log_disk_quota - (optional) is a type of stringlog_disk_quota=var.log_disk_quota# name - (optional) is a type of stringname=var.name# onetime_schedule - (optional) is a type of stringonetime_schedule=var.onetime_schedule# proxy - (optional) is a type of stringproxy=var.proxy# recurring_schedule - (optional) is a type of stringrecurring_schedule=var.recurring_schedule# service_group - (optional) is a type of stringservice_group=var.service_group# session - (optional) is a type of stringsession=var.session# snmp_index - (optional) is a type of numbersnmp_index=var.snmp_index# sslvpn - (optional) is a type of stringsslvpn=var.sslvpn# user - (optional) is a type of stringuser=var.user# user_group - (optional) is a type of stringuser_group=var.user_group
}