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_vpncertificate_local" {
source=null# auto_regenerate_days - (optional) is a type of numberauto_regenerate_days=null# auto_regenerate_days_warning - (optional) is a type of numberauto_regenerate_days_warning=null# ca_identifier - (optional) is a type of stringca_identifier=null# certificate - (optional) is a type of stringcertificate=null# cmp_path - (optional) is a type of stringcmp_path=null# cmp_regeneration_method - (optional) is a type of stringcmp_regeneration_method=null# cmp_server - (optional) is a type of stringcmp_server=null# cmp_server_cert - (optional) is a type of stringcmp_server_cert=null# comments - (optional) is a type of stringcomments=null# csr - (optional) is a type of stringcsr=null# enroll_protocol - (optional) is a type of stringenroll_protocol=null# ike_localid - (optional) is a type of stringike_localid=null# ike_localid_type - (optional) is a type of stringike_localid_type=null# last_updated - (optional) is a type of numberlast_updated=null# name - (required) is a type of stringname=null# name_encoding - (optional) is a type of stringname_encoding=null# password - (optional) is a type of stringpassword=null# private_key - (required) is a type of stringprivate_key=null# range - (optional) is a type of stringrange=null# scep_password - (optional) is a type of stringscep_password=null# scep_url - (optional) is a type of stringscep_url=null# source - (optional) is a type of string# source_ip - (optional) is a type of stringsource_ip=null# state - (optional) is a type of stringstate=null
}
resource"fortios_vpncertificate_local""this" {
# auto_regenerate_days - (optional) is a type of numberauto_regenerate_days=var.auto_regenerate_days# auto_regenerate_days_warning - (optional) is a type of numberauto_regenerate_days_warning=var.auto_regenerate_days_warning# ca_identifier - (optional) is a type of stringca_identifier=var.ca_identifier# certificate - (optional) is a type of stringcertificate=var.certificate# cmp_path - (optional) is a type of stringcmp_path=var.cmp_path# cmp_regeneration_method - (optional) is a type of stringcmp_regeneration_method=var.cmp_regeneration_method# cmp_server - (optional) is a type of stringcmp_server=var.cmp_server# cmp_server_cert - (optional) is a type of stringcmp_server_cert=var.cmp_server_cert# comments - (optional) is a type of stringcomments=var.comments# csr - (optional) is a type of stringcsr=var.csr# enroll_protocol - (optional) is a type of stringenroll_protocol=var.enroll_protocol# ike_localid - (optional) is a type of stringike_localid=var.ike_localid# ike_localid_type - (optional) is a type of stringike_localid_type=var.ike_localid_type# last_updated - (optional) is a type of numberlast_updated=var.last_updated# name - (required) is a type of stringname=var.name# name_encoding - (optional) is a type of stringname_encoding=var.name_encoding# password - (optional) is a type of stringpassword=var.password# private_key - (required) is a type of stringprivate_key=var.private_key# range - (optional) is a type of stringrange=var.range# scep_password - (optional) is a type of stringscep_password=var.scep_password# scep_url - (optional) is a type of stringscep_url=var.scep_url# source - (optional) is a type of stringsource=var.source# source_ip - (optional) is a type of stringsource_ip=var.source_ip# state - (optional) is a type of stringstate=var.state
}