We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a80452 commit eb95e43Copy full SHA for eb95e43
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
path: ${{ env.TF_PLUGIN_CACHE_DIR }}
30
key: ${{ runner.os }}-terraform-plugin-cache-${{ hashFiles('**/.terraform.lock.hcl') }}
31
- - name: configure aws credentials
+ - name: Configure AWS credentials
32
uses: aws-actions/configure-aws-credentials@v4
33
34
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
@@ -39,7 +39,7 @@ jobs:
39
env:
40
TF_TOKEN_app_terraform_io: ${{ secrets.TF_TOKEN_app_terraform_io }}
41
42
- tf_version: ${{ env.tf_version }}
+ tofu_version: ${{ env.tofu_version }}
43
tg_version: ${{ env.tg_version }}
44
tg_dir: ${{ env.working_dir }}
45
tg_command: apply
0 commit comments