Skip to content

Commit 1565f2f

Browse files
committed
fix: remove AWS_REGION variable from Terraform apply command
1 parent 46220fa commit 1565f2f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-to-ecr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141

4242
- name: Terraform Apply
4343
id: apply
44-
run: |
45-
echo "O_AWS_REGION=${{ env.AWS_REGION }}"
46-
terraform apply -auto-approve -input=false -var="AWS_REGION=${{ env.AWS_REGION }}"
44+
run: terraform apply -auto-approve -input=false
4745
working-directory: ${{ env.TERRAFORM_DIR }}
4846

4947
- name: Get ECR Repository URL

0 commit comments

Comments
 (0)