File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- module github.com/mafredri /terraform-provider-envbuilder
1
+ module github.com/coder /terraform-provider-envbuilder
2
2
3
3
go 1.22.4
4
4
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ import (
13
13
"strings"
14
14
"testing"
15
15
16
+ "github.com/coder/terraform-provider-envbuilder/testutil/registrytest"
16
17
"github.com/hashicorp/terraform-plugin-framework/providerserver"
17
18
"github.com/hashicorp/terraform-plugin-go/tfprotov6"
18
- "github.com/mafredri/terraform-provider-envbuilder/testutil/registrytest"
19
19
20
20
"github.com/docker/docker/api/types/container"
21
21
"github.com/docker/docker/api/types/image"
Original file line number Diff line number Diff line change 8
8
"flag"
9
9
"log"
10
10
11
+ "github.com/coder/terraform-provider-envbuilder/internal/provider"
11
12
"github.com/hashicorp/terraform-plugin-framework/providerserver"
12
- "github.com/mafredri/terraform-provider-envbuilder/internal/provider"
13
13
)
14
14
15
15
// Run "go generate" to format example terraform files and generate the docs for the registry/website
You can’t perform that action at this time.
0 commit comments