File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ import (
6
6
"reflect"
7
7
"strings"
8
8
9
- "github.com/coder/terraform-provider-coder/provider/helpers"
10
9
"github.com/google/uuid"
11
10
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
12
11
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
13
12
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
14
13
"golang.org/x/xerrors"
14
+
15
+ "github.com/coder/terraform-provider-coder/provider/helpers"
15
16
)
16
17
17
18
func agentResource () * schema.Resource {
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ import (
4
4
"context"
5
5
"fmt"
6
6
7
- "github.com/coder/terraform-provider-coder/provider/helpers"
8
7
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
9
8
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
9
+
10
+ "github.com/coder/terraform-provider-coder/provider/helpers"
10
11
)
11
12
12
13
// externalAuthDataSource returns a schema for an external authentication data source.
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ import (
4
4
"context"
5
5
"fmt"
6
6
7
- "github.com/coder/terraform-provider-coder/provider/helpers"
8
7
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
9
8
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
9
+
10
+ "github.com/coder/terraform-provider-coder/provider/helpers"
10
11
)
11
12
12
13
// gitAuthDataSource returns a schema for a Git authentication data source.
Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ import (
6
6
"reflect"
7
7
"strconv"
8
8
9
- "github.com/coder/terraform-provider-coder/provider/helpers"
10
9
"github.com/google/uuid"
11
10
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
12
11
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
12
+
13
+ "github.com/coder/terraform-provider-coder/provider/helpers"
13
14
)
14
15
15
16
func workspaceDataSource () * schema.Resource {
You can’t perform that action at this time.
0 commit comments