Skip to content

Commit

Permalink
chore: remove tofu url_template
Browse files Browse the repository at this point in the history
csb 1.0.1 defaults to the opentofu download url for tofu dependencies,
hence no need to specify it anymore.

[#187199931](https://www.pivotaltracker.com/story/show/187199931)
  • Loading branch information
pivotal-marcela-campo committed Mar 25, 2024
1 parent 5524af7 commit e5afd8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/sql/armsql v1.2.0
github.com/Pallinder/go-randomdata v1.2.0
github.com/blang/semver/v4 v4.0.0
github.com/cloudfoundry/cloud-service-broker v1.0.0
github.com/cloudfoundry/cloud-service-broker v1.0.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
Expand Down
1 change: 0 additions & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ terraform_binaries:
- name: tofu
version: 1.6.1
source: https://github.com/opentofu/opentofu/archive/refs/tags/v1.6.1.zip
url_template: https://github.com/opentofu/opentofu/releases/download/v${version}/tofu_${version}_${os}_${arch}.zip
default: true
- name: terraform-provider-azurerm
version: 3.93.0
Expand Down

0 comments on commit e5afd8d

Please sign in to comment.