We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46220fa commit 1565f2fCopy full SHA for 1565f2f
.github/workflows/deploy-to-ecr.yml
@@ -41,9 +41,7 @@ jobs:
41
42
- name: Terraform Apply
43
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 }}"
+ run: terraform apply -auto-approve -input=false
47
working-directory: ${{ env.TERRAFORM_DIR }}
48
49
- name: Get ECR Repository URL
0 commit comments