Skip to content

Commit

Permalink
fix: Remove 'project' to conform terraform nameing conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Zeißner committed Jun 27, 2021
1 parent 9eaba89 commit 1bf2fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/camaoag/terraform-provider-project-pinto
module github.com/camaoag/terraform-provider-pinto

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/camaoag/terraform-provider-project-pinto/pinto"
"github.com/camaoag/terraform-provider-pinto/pinto"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
)
Expand Down

0 comments on commit 1bf2fc1

Please sign in to comment.