Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comment goimports
Browse files Browse the repository at this point in the history
aayushrangwala committed Feb 21, 2024
1 parent ded6c48 commit 6118260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
@@ -3,13 +3,14 @@ package provider
import (
"context"
"fmt"
"github.com/equinix/terraform-provider-equinix/internal/resources/metal/vlans"
"regexp"

"github.com/equinix/terraform-provider-equinix/internal/config"
metalgateway "github.com/equinix/terraform-provider-equinix/internal/resources/metal/gateway"
metalprojectsshkey "github.com/equinix/terraform-provider-equinix/internal/resources/metal/project_ssh_key"
metalsshkey "github.com/equinix/terraform-provider-equinix/internal/resources/metal/ssh_key"
"github.com/equinix/terraform-provider-equinix/internal/resources/metal/vlans"

"github.com/hashicorp/terraform-plugin-framework-validators/int64validator"
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
"github.com/hashicorp/terraform-plugin-framework/datasource"

0 comments on commit 6118260

Please sign in to comment.