File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- module github.com/coder/terraform-provider-coder
1+ module github.com/coder/terraform-provider-coder/v2
22
33go 1.22.9
44
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
55
6- "github.com/coder/terraform-provider-coder/provider"
6+ "github.com/coder/terraform-provider-coder/v2/ provider"
77)
88
99// Run the docs generation tool, check its repository for more information on how it works and how docs
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
1313 "golang.org/x/xerrors"
1414
15- "github.com/coder/terraform-provider-coder/provider/helpers"
15+ "github.com/coder/terraform-provider-coder/v2/ provider/helpers"
1616)
1717
1818func agentResource () * schema.Resource {
Original file line number Diff line number Diff line change 77 "github.com/stretchr/testify/assert"
88 "github.com/stretchr/testify/require"
99
10- "github.com/coder/terraform-provider-coder/provider"
10+ "github.com/coder/terraform-provider-coder/v2/ provider"
1111)
1212
1313func TestDecode (t * testing.T ) {
Original file line number Diff line number Diff line change 77 "github.com/hashicorp/terraform-plugin-sdk/v2/diag"
88 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
99
10- "github.com/coder/terraform-provider-coder/provider/helpers"
10+ "github.com/coder/terraform-provider-coder/v2/ provider/helpers"
1111)
1212
1313// externalAuthDataSource returns a schema for an external authentication data source.
Original file line number Diff line number Diff line change 88 "github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
99 "github.com/stretchr/testify/require"
1010
11- "github.com/coder/terraform-provider-coder/provider"
11+ "github.com/coder/terraform-provider-coder/v2/ provider"
1212)
1313
1414func TestParameter (t * testing.T ) {
Original file line number Diff line number Diff line change 88 "github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
99 "github.com/stretchr/testify/require"
1010
11- "github.com/coder/terraform-provider-coder/provider"
11+ "github.com/coder/terraform-provider-coder/v2/ provider"
1212)
1313
1414func TestProvider (t * testing.T ) {
Original file line number Diff line number Diff line change 99 "github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1010 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1111
12- "github.com/coder/terraform-provider-coder/provider/helpers"
12+ "github.com/coder/terraform-provider-coder/v2/ provider/helpers"
1313)
1414
1515func workspaceDataSource () * schema.Resource {
Original file line number Diff line number Diff line change 99 "regexp"
1010 "strings"
1111
12- "github.com/coder/terraform-provider-coder/provider"
12+ "github.com/coder/terraform-provider-coder/v2/ provider"
1313 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1414 "golang.org/x/xerrors"
1515)
You can’t perform that action at this time.
0 commit comments