tfactions/Terraform-Init
A GitHub Action to run 'terraform init' in a specified directory.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| Lock | Whether to lock the state file when running 'terraform init'. Accepts 'true' or 'false'. | no | false |
| Debug | Enable debug output. | no | false |
| Verbose | Enable verbose output. | no | false |
| Version | Specifies the version of the GitHub module to be installed. The value must be an exact version. | no | — |
| Prerelease | Allow prerelease versions if available. | no | false |
| WorkingDirectory | The working directory where the script will run from. | no | ${{ github.workspace }} |
Outputs
no outputs