Merge branch '2.3.0/fix/pfw-public_port_end-recreation' into 'dev'
fixed pfw recreation in case public_port_end was not set See merge request rudecs/terraform-provider-decort!11
This commit is contained in:
@@ -145,6 +145,7 @@ func resourcePfwSchemaMake() map[string]*schema.Schema {
|
||||
"public_port_end": {
|
||||
Type: schema.TypeInt,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
ForceNew: true,
|
||||
ValidateFunc: validation.IntBetween(1, 65535),
|
||||
Description: "End port number (inclusive) for the ranged rule.",
|
||||
|
||||
Reference in New Issue
Block a user