File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package datasources
22
33import (
44 "database/sql"
5+
56 "github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/snowflake"
67 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
78)
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ import (
44 "context"
55 "database/sql"
66 "fmt"
7+ "os"
8+ "strings"
9+ "testing"
10+
711 "github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/sdk"
812 "github.com/hashicorp/terraform-plugin-testing/config"
913 "github.com/hashicorp/terraform-plugin-testing/terraform"
1014 "github.com/hashicorp/terraform-plugin-testing/tfversion"
11- "os"
12- "strings"
13- "testing"
1415
1516 acc "github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance"
1617 "github.com/hashicorp/terraform-plugin-testing/helper/acctest"
You can’t perform that action at this time.
0 commit comments