sure, tfenv provides terraform, but only strictly

in practice it doesn’t it provides a tool to control terraform.io
This commit is contained in:
Max Howell 2023-10-28 06:11:18 -04:00
parent 8c9e9b469f
commit 2bbb1b578f
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -12,8 +12,10 @@ build:
script: script:
- mkdir -p {{ prefix }} - mkdir -p {{ prefix }}
- cp -R bin lib libexec share CHANGELOG.md "{{ prefix }}" - cp -R bin lib libexec share CHANGELOG.md "{{ prefix }}"
provides: provides:
- bin/terraform # - bin/terraform
# ^^ while strictly true, saying we provide this is misleading
- bin/tfenv - bin/tfenv
test: test: