https://github.com/octopusdeploy/octopus.dependencies.terraformcli
| Public |
https://github.com/octopusdeploy/octopus.dependencies.terraformcli
public
Last synced: 11 months ago
JSON representation
| Public |
- Host: GitHub
- URL: https://github.com/octopusdeploy/octopus.dependencies.terraformcli
- Owner: OctopusDeploy
- License: apache-2.0
- Created: 2018-01-10T00:27:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T20:39:31.000Z (over 3 years ago)
- Last Synced: 2025-01-22T10:15:55.608Z (about 1 year ago)
- Topics: public
- Language: PowerShell
- Size: 161 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This package provides the Terraform executable and cached plugins as a Calamari package.
The Terraform executable is updated by running `build.ps1`
Terraform plugins can be saved in the `plugins` directory. These plugins will be used instead of the downloads from the Terraform
website if they match the versions being requested.
Plugins are updated by downloading them from https://releases.hashicorp.com and overwriting the executables in the `plugins/[platform]` directory.