Skip to content

Commit eb95e43

Browse files
committed
fix(CI): pass tofu version to tg action
1 parent 6a80452 commit eb95e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
path: ${{ env.TF_PLUGIN_CACHE_DIR }}
3030
key: ${{ runner.os }}-terraform-plugin-cache-${{ hashFiles('**/.terraform.lock.hcl') }}
31-
- name: configure aws credentials
31+
- name: Configure AWS credentials
3232
uses: aws-actions/configure-aws-credentials@v4
3333
with:
3434
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
TF_TOKEN_app_terraform_io: ${{ secrets.TF_TOKEN_app_terraform_io }}
4141
with:
42-
tf_version: ${{ env.tf_version }}
42+
tofu_version: ${{ env.tofu_version }}
4343
tg_version: ${{ env.tg_version }}
4444
tg_dir: ${{ env.working_dir }}
4545
tg_command: apply

0 commit comments

Comments
 (0)