diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 589512f..7c61703 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -27,7 +27,7 @@ jobs: terraform-state-bucket: ${{ secrets.TERRAFORM_STATE_BUCKET }} terraform-state-table: ${{ secrets.TERRAFORM_STATE_TABLE }} terraform-state-role: ${{ secrets.TERRAFORM_STATE_ROLE }} - terraform-plan-role: ${{ secrets.TERRAFORM_PLAN_ROLE }} + terraform-plan-role: ${{ secrets.TERRAFORM_APPLY_ROLE }} terraform-version: 1.5.2 aws-region: ${{ env.AWS_REGION }} sort-by: .stack_slug @@ -57,7 +57,7 @@ jobs: terraform-state-bucket: ${{ secrets.TERRAFORM_STATE_BUCKET }} terraform-state-table: ${{ secrets.TERRAFORM_STATE_TABLE }} terraform-state-role: ${{ secrets.TERRAFORM_STATE_ROLE }} - terraform-plan-role: ${{ secrets.TERRAFORM_PLAN_ROLE }} + terraform-plan-role: ${{ secrets.TERRAFORM_APPLY_ROLE }} terraform-apply-role: ${{ secrets.TERRAFORM_APPLY_ROLE }} terraform-version: 1.5.2 aws-region: ${{ env.AWS_REGION }}