Skip to content

Commit

Permalink
feat: Creating the v2 version of the provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinstorres committed Nov 21, 2024
1 parent b5a233e commit 86ec3c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .run/Template Go Test.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<env name="KUBECONFIG" value="$PROJECT_DIR$/scripts/kubeconfig.yaml" />
</envs>
<kind value="DIRECTORY" />
<package value="github.com/gavinbunney/terraform-provider-kubectl" />
<package value="github.com/alekc/terraform-provider-kubectl" />
<directory value="$PROJECT_DIR$" />
<filePath value="$PROJECT_DIR$" />
<framework value="gotest" />
<method v="2" />
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion kubernetes/data_source_kubectl_file_documents.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"crypto/sha256"
"fmt"
"github.com/gavinbunney/terraform-provider-kubectl/yaml"
"github.com/alekc/terraform-provider-kubectl/yaml"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down

0 comments on commit 86ec3c1

Please sign in to comment.