Skip to content

Commit

Permalink
fix: provider address
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Dec 10, 2023
1 parent 6b7cbd3 commit e536eae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ func main() {
flag.Parse()

opts := providerserver.ServeOpts{
// NOTE: This is not a typical Terraform Registry provider address,
// such as registry.terraform.io/hashicorp/x25519. 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/x25519",
Address: "registry.terraform.io/jackivanov/x25519",
Debug: debug,
}

Expand Down

0 comments on commit e536eae

Please sign in to comment.