Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Nov 11, 2023
1 parent 0391e44 commit d934a68
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dist/
*terraform.tfstate*
examples/test

terraform-provider-azure-aks-command
terraform-provider-azureakscommand
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/jkroepke/terraform-provider-azure-aks-command
module github.com/jkroepke/terraform-provider-azureakscommand

go 1.21

Expand Down
4 changes: 2 additions & 2 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4"
"github.com/hashicorp/terraform-plugin-framework/provider/schema"
"github.com/jkroepke/terraform-provider-azure-aks-command/internal/clients"
"github.com/jkroepke/terraform-provider-azure-aks-command/internal/helpers"
"github.com/jkroepke/terraform-provider-azureakscommand/internal/clients"
"github.com/jkroepke/terraform-provider-azureakscommand/internal/helpers"

"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/provider"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"

"github.com/hashicorp/terraform-plugin-framework/providerserver"
"github.com/jkroepke/terraform-provider-azure-aks-command/internal/provider"
"github.com/jkroepke/terraform-provider-azureakscommand/internal/provider"
)

// Run "go generate" to format example terraform files and generate the docs for the registry/website
Expand Down

0 comments on commit d934a68

Please sign in to comment.