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_firewall_security_policyseq" {
source="./modules/fortios/r/fortios_firewall_security_policyseq"# alter_position - (required) is a type of stringalter_position=null# comment - (optional) is a type of stringcomment=null# enable_state_checking - (optional) is a type of boolenable_state_checking=null# policy_dst_id - (required) is a type of numberpolicy_dst_id=null# policy_src_id - (required) is a type of numberpolicy_src_id=null# state_policy_srcdst_pos - (optional) is a type of stringstate_policy_srcdst_pos=null
}
resource"fortios_firewall_security_policyseq""this" {
# alter_position - (required) is a type of stringalter_position=var.alter_position# comment - (optional) is a type of stringcomment=var.comment# enable_state_checking - (optional) is a type of boolenable_state_checking=var.enable_state_checking# policy_dst_id - (required) is a type of numberpolicy_dst_id=var.policy_dst_id# policy_src_id - (required) is a type of numberpolicy_src_id=var.policy_src_id# state_policy_srcdst_pos - (optional) is a type of stringstate_policy_srcdst_pos=var.state_policy_srcdst_pos
}
output"id" {
description="returns a string"value=fortios_firewall_security_policyseq.this.id
}
output"state_policy_list" {
description="returns a list of object"value=fortios_firewall_security_policyseq.this.state_policy_list
}
output"this" {
value=fortios_firewall_security_policyseq.this
}