File tree 9 files changed +9
-9
lines changed
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
2
2
3
3
go 1.22.9
4
4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
5
5
6
- "github.com/coder/terraform-provider-coder/provider"
6
+ "github.com/coder/terraform-provider-coder/v2/ provider"
7
7
)
8
8
9
9
// 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 (
12
12
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
13
13
"golang.org/x/xerrors"
14
14
15
- "github.com/coder/terraform-provider-coder/provider/helpers"
15
+ "github.com/coder/terraform-provider-coder/v2/ provider/helpers"
16
16
)
17
17
18
18
func agentResource () * schema.Resource {
Original file line number Diff line number Diff line change 7
7
"github.com/stretchr/testify/assert"
8
8
"github.com/stretchr/testify/require"
9
9
10
- "github.com/coder/terraform-provider-coder/provider"
10
+ "github.com/coder/terraform-provider-coder/v2/ provider"
11
11
)
12
12
13
13
func TestDecode (t * testing.T ) {
Original file line number Diff line number Diff line change 7
7
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
8
8
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
9
9
10
- "github.com/coder/terraform-provider-coder/provider/helpers"
10
+ "github.com/coder/terraform-provider-coder/v2/ provider/helpers"
11
11
)
12
12
13
13
// externalAuthDataSource returns a schema for an external authentication data source.
Original file line number Diff line number Diff line change 8
8
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
9
9
"github.com/stretchr/testify/require"
10
10
11
- "github.com/coder/terraform-provider-coder/provider"
11
+ "github.com/coder/terraform-provider-coder/v2/ provider"
12
12
)
13
13
14
14
func TestParameter (t * testing.T ) {
Original file line number Diff line number Diff line change 8
8
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
9
9
"github.com/stretchr/testify/require"
10
10
11
- "github.com/coder/terraform-provider-coder/provider"
11
+ "github.com/coder/terraform-provider-coder/v2/ provider"
12
12
)
13
13
14
14
func TestProvider (t * testing.T ) {
Original file line number Diff line number Diff line change 9
9
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
10
10
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
11
11
12
- "github.com/coder/terraform-provider-coder/provider/helpers"
12
+ "github.com/coder/terraform-provider-coder/v2/ provider/helpers"
13
13
)
14
14
15
15
func workspaceDataSource () * schema.Resource {
Original file line number Diff line number Diff line change 9
9
"regexp"
10
10
"strings"
11
11
12
- "github.com/coder/terraform-provider-coder/provider"
12
+ "github.com/coder/terraform-provider-coder/v2/ provider"
13
13
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
14
14
"golang.org/x/xerrors"
15
15
)
You can’t perform that action at this time.
0 commit comments