Skip to content

Commit f3ab043

Browse files
authored
Add support to create firewall without a local rulestack (#23)
1 parent 2daf661 commit f3ab043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/ngfw.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ func ngfwSchema(isResource bool, rmKeys []string) map[string]*schema.Schema {
430430
},
431431
RulestackName: {
432432
Type: schema.TypeString,
433-
Required: true,
433+
Optional: true,
434434
Description: "The rulestack for this NGFW.",
435435
},
436436
"global_rulestack": {

0 commit comments

Comments
 (0)