Skip to content

Commit

Permalink
s/ommiting/omitting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Jan 20, 2025
1 parent 220b68d commit 6ca70a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func resourceCloudflareAccessApplicationSchema() map[string]*schema.Schema {
Computed: true,
DiffSuppressOnRefresh: true,
DiffSuppressFunc: func(k, oldValue, newValue string, d *schema.ResourceData) bool {
// /32 is the same as ommiting the mask for an IPV4
// /32 is the same as omitting the mask for an IPV4
// And /128 for an ipv6
oldIsIpv4 := strings.Count(oldValue, ".") == 3
newIsIpv4 := strings.Count(newValue, ".") == 3
Expand Down

0 comments on commit 6ca70a4

Please sign in to comment.