@@ -32,11 +32,12 @@ jobs:
3232 - name : ' Terragrunt Format'
3333 uses : the-commons-project/terragrunt-github-actions@master
3434 with :
35- tf_actions_actions_version : ${{ env.tf_version }}
36- tg_actions_actions_version : ${{ env.tg_version }}
37- tf_actions_actions_subcommand : ' fmt'
38- tf_actions_actions_working_dir : ${{ env.tf_working_dir }}
39- tf_actions_actions_comment : true
35+ tf_actions_version : ${{ env.tf_version }}
36+ tg_actions_version : ${{ env.tg_version }}
37+ tf_actions_binary : ' terraform'
38+ tf_actions_subcommand : ' fmt'
39+ tf_actions_working_dir : ${{ env.tf_working_dir }}
40+ tf_actions_comment : true
4041 env :
4142 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4243 - name : ' Terragrunt Init'
5455 with :
5556 tf_actions_version : ${{ env.tf_version }}
5657 tg_actions_version : ${{ env.tg_version }}
58+ tf_actions_binary : ' terraform'
5759 tf_actions_subcommand : ' validate'
5860 tf_actions_working_dir : ${{ env.tf_working_dir }}
5961 tf_actions_comment : true
@@ -80,6 +82,7 @@ Inputs configure Terraform GitHub Actions to perform different actions.
8082| Input Name | Description | Required |
8183|:------------------------------------|:-----------------------------------------------------------|:--------:|
8284| tf_actions_subcommand | The Terraform/Terragrunt subcommand to execute. | `Yes` |
85+ | tf_actions_binary | The binary to run the commands with | `No` |
8386| tf_actions_version | The Terraform version to install and execute. If set to `latest`, the latest stable version will be used. | `Yes` |
8487| tg_actions_version | The Terragrunt version to install and execute. If set to `latest`, the latest stable version will be used. | `Yes` |
8588| tf_actions_cli_credentials_hostname | Hostname for the CLI credentials file. Defaults to `app.terraform.io`. | `No` |
0 commit comments