Skip to content

Commit

Permalink
Remove left over HashiCorp references
Browse files Browse the repository at this point in the history
  • Loading branch information
onurguzel committed Nov 17, 2023
1 parent 313d838 commit f45fd2b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

5 changes: 0 additions & 5 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

8 changes: 1 addition & 7 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ func main() {
flag.Parse()

opts := providerserver.ServeOpts{
// NOTE: This is not a typical Terraform Registry provider address,
// such as registry.terraform.io/urbansportsclub/githubrepos. This specific
// provider address is used in these tutorials in conjunction with a
// specific Terraform CLI configuration for manual development testing
// of this provider.
Address: "hashicorp.com/edu/githubrepos",
// Address: "registry.terraform.io/urbansportsclub/githubrepos",
Address: "registry.terraform.io/urbansportsclub/githubrepos",
Debug: debug,
}

Expand Down

0 comments on commit f45fd2b

Please sign in to comment.