Skip to content

Commit b3076b9

Browse files
authored
Merge pull request #20 from jetstack/rename_provider_address
Update provider address
2 parents 9c845be + a9bd957 commit b3076b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ To compile the provider, run `go install`. This will build the provider and put
2727

2828
To generate or update documentation, run `make generate`.
2929

30-
In order to test your local build, you will need to setup a [`dev_override`](https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-provider#prepare-terraform-for-local-provider-install). The provider address is `venafi.com/dev/tlspc`.
30+
In order to test your local build, you will need to setup a [`dev_override`](https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-provider#prepare-terraform-for-local-provider-install). The provider address is `registry.terraform.io/jetstack/tlspc`.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func main() {
3232
// TODO: Update this string with the published name of your provider.
3333
// Also update the tfplugindocs generate command to either remove the
3434
// -provider-name flag or set its value to the updated provider name.
35-
Address: "venafi.com/dev/tlspc",
35+
Address: "registry.terraform.io/jetstack/tlspc",
3636
Debug: debug,
3737
}
3838

0 commit comments

Comments
 (0)