Skip to content

Commit

Permalink
fix url_filtering format
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Feb 10, 2023
1 parent 441932c commit a724cbd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions zia/resource_zia_url_filtering_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ import (
"context"
"errors"
"fmt"
"log"
"strconv"
"strings"
"sync"
"time"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
client "github.com/zscaler/zscaler-sdk-go/zia"
"github.com/zscaler/zscaler-sdk-go/zia/services/urlfilteringpolicies"
"log"
"strconv"
"strings"
"time"
)

/*
Expand Down

0 comments on commit a724cbd

Please sign in to comment.