File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ package provider
2
2
3
3
import (
4
4
"context"
5
- "github.com/coder/terraform-provider-coder/v2/provider/helpers"
6
5
"regexp"
7
6
8
7
"github.com/google/uuid"
9
8
"github.com/hashicorp/go-cty/cty"
10
9
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
11
10
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
11
+
12
+ "github.com/coder/terraform-provider-coder/v2/provider/helpers"
12
13
)
13
14
14
15
var (
Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ package provider
2
2
3
3
import (
4
4
"context"
5
- "github.com/coder/terraform-provider-coder/v2/provider/helpers"
5
+
6
6
"github.com/google/uuid"
7
7
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
8
8
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
9
9
"golang.org/x/xerrors"
10
+
11
+ "github.com/coder/terraform-provider-coder/v2/provider/helpers"
10
12
)
11
13
12
14
func metadataResource () * schema.Resource {
Original file line number Diff line number Diff line change 6
6
"encoding/hex"
7
7
"encoding/json"
8
8
"fmt"
9
- "github.com/coder/terraform-provider-coder/v2/provider/helpers"
10
9
"os"
11
10
"regexp"
12
11
"strconv"
@@ -19,6 +18,8 @@ import (
19
18
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
20
19
"github.com/mitchellh/mapstructure"
21
20
"golang.org/x/xerrors"
21
+
22
+ "github.com/coder/terraform-provider-coder/v2/provider/helpers"
22
23
)
23
24
24
25
var (
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package provider
2
2
3
3
import (
4
4
"context"
5
- "github.com/coder/terraform-provider-coder/v2/provider/helpers"
6
5
"net/url"
7
6
"reflect"
8
7
"strings"
@@ -11,6 +10,8 @@ import (
11
10
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
12
11
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
13
12
"golang.org/x/xerrors"
13
+
14
+ "github.com/coder/terraform-provider-coder/v2/provider/helpers"
14
15
)
15
16
16
17
type config struct {
You can’t perform that action at this time.
0 commit comments