Skip to content

Commit

Permalink
Fix/remove ref to vercel doc and task (#20)
Browse files Browse the repository at this point in the history
* Remove reference to vercel donor provider

* Run pre-commit
  • Loading branch information
momer authored Jul 26, 2024
1 parent f873d7c commit 6a1ad1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .task/checksum/docs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cc52096d27daaa12f117f584ee903b7e
693c62999809037a6ffc3e55d8a3239
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ tasks:
cat << EOF > ~/.terraformrc
provider_installation {
dev_overrides {
"omc/bonsai" = "$(pwd)/dist/terraform-provider-vercel_{{ OS }}_{{ ARCH }}"
"omc/bonsai" = "$(pwd)/dist/terraform-provider-bonsai_{{ OS }}_{{ ARCH }}"
}
direct {}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use the provider, you must provide both an API Access Key and Token, obtainab
# Configure the Bonsai Provider using the required_providers stanza.
terraform {
required_providers {
vercel = {
bonsai = {
source = "omc/bonsai"
version = "~> 1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configure the Bonsai Provider using the required_providers stanza.
terraform {
required_providers {
vercel = {
bonsai = {
source = "omc/bonsai"
version = "~> 1.0"
}
Expand Down

0 comments on commit 6a1ad1b

Please sign in to comment.