Skip to content

Commit

Permalink
Merge pull request #5693 from johnwildes/patch-3
Browse files Browse the repository at this point in the history
Update IP Prefix validation
  • Loading branch information
tombuildsstuff authored Feb 17, 2020
2 parents 7f80483 + 000f916 commit 762ec6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func resourceArmPublicIpPrefix() *schema.Resource {
Optional: true,
Default: 28,
ForceNew: true,
ValidateFunc: validation.IntBetween(24, 31),
ValidateFunc: validation.IntBetween(28, 31),
},

"ip_prefix": {
Expand Down

0 comments on commit 762ec6a

Please sign in to comment.