Skip to content

Commit

Permalink
rm cmnts
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Aug 9, 2024
1 parent 5a66cc9 commit ab0ce36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion civo/firewall/resource_firewall.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func ResourceFirewall() *schema.Resource {
}
}

// Existing validation code
ingressRules := diff.Get("ingress_rule")
for _, v := range ingressRules.(*schema.Set).List() {
ingress := v.(map[string]interface{})
Expand Down

0 comments on commit ab0ce36

Please sign in to comment.