diff --git a/.task/checksum/docs b/.task/checksum/docs index 4c7461f..3f00291 100644 --- a/.task/checksum/docs +++ b/.task/checksum/docs @@ -1 +1 @@ -cc52096d27daaa12f117f584ee903b7e +693c62999809037a6ffc3e55d8a3239 diff --git a/Taskfile.yml b/Taskfile.yml index 16319f8..fba9eb2 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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 {} } diff --git a/docs/index.md b/docs/index.md index bdd1438..20a42aa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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" } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 7449dfc..de8b7e0 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -1,7 +1,7 @@ # Configure the Bonsai Provider using the required_providers stanza. terraform { required_providers { - vercel = { + bonsai = { source = "omc/bonsai" version = "~> 1.0" }