Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed May 6, 2024
1 parent 15ba8d0 commit c772120
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions civo/instances/resource_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ package instances

import (
"context"
"log"
"strings"
"time"

"github.com/civo/civogo"
"github.com/civo/terraform-provider-civo/internal/utils"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"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"
"log"
"strings"
"time"
)

// ResourceInstance The instance resource represents an object of type instances
Expand Down

0 comments on commit c772120

Please sign in to comment.