@@ -32,11 +32,12 @@ jobs:
32
32
- name : ' Terragrunt Format'
33
33
uses : the-commons-project/terragrunt-github-actions@master
34
34
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
40
41
env :
41
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
43
- name : ' Terragrunt Init'
54
55
with :
55
56
tf_actions_version : ${{ env.tf_version }}
56
57
tg_actions_version : ${{ env.tg_version }}
58
+ tf_actions_binary : ' terraform'
57
59
tf_actions_subcommand : ' validate'
58
60
tf_actions_working_dir : ${{ env.tf_working_dir }}
59
61
tf_actions_comment : true
@@ -80,6 +82,7 @@ Inputs configure Terraform GitHub Actions to perform different actions.
80
82
| Input Name | Description | Required |
81
83
|:------------------------------------|:-----------------------------------------------------------|:--------:|
82
84
| tf_actions_subcommand | The Terraform/Terragrunt subcommand to execute. | `Yes` |
85
+ | tf_actions_binary | The binary to run the commands with | `No` |
83
86
| tf_actions_version | The Terraform version to install and execute. If set to `latest`, the latest stable version will be used. | `Yes` |
84
87
| tg_actions_version | The Terragrunt version to install and execute. If set to `latest`, the latest stable version will be used. | `Yes` |
85
88
| tf_actions_cli_credentials_hostname | Hostname for the CLI credentials file. Defaults to `app.terraform.io`. | `No` |
0 commit comments