File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
.github/actions/build-task-definition Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5757 env :
5858 TF_VAR_image_tag : ${{ inputs.image_tag }}
5959 working-directory : ${{ inputs.working_directory }}
60- run : gmake ENV=${{ inputs.environment }} TIER=${{ inputs.tier }} REGION=${{ inputs.region }} plan && AWS_REGION=${{ inputs.region }} terraform apply -auto-approve --target 'aws_ecs_task_definition.service_task' -var-file=environments/${{ inputs.environment }}/${{ inputs.environment }}-${{ inputs.tier }}.tfvars
60+ # --target 'aws_ecs_task_definition.service_task' -> in order to apply only task def changes
61+ run : gmake ENV=${{ inputs.environment }} TIER=${{ inputs.tier }} REGION=${{ inputs.region }} plan && AWS_REGION=${{ inputs.region }} terraform apply -auto-approve -var-file=environments/${{ inputs.environment }}/${{ inputs.environment }}-${{ inputs.tier }}.tfvars
6162
6263 - name : Get task definition version
6364 shell : bash
You can’t perform that action at this time.
0 commit comments