Skip to content

Commit

Permalink
bug :: lock 옵션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls authored Jun 27, 2024
1 parent 34d0a01 commit bff7b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: ${{ github.event.client_payload.environment }} == 'prod' || ${{ github.event.client_payload.environment }} == 'stag'
shell: bash
run: |
terraform import -lock=false -var 'cloudflare_api_token=${{ env.CLOUDFLARE_API_TOKEN }}' \
terraform import -var 'cloudflare_api_token=${{ env.CLOUDFLARE_API_TOKEN }}' \
'module.${{ github.event.client_payload.environment }}_ecr["${{ github.event.client_payload.repository_name }}"].aws_ecr_repository.repo' \
${{ github.event.client_payload.repository_name }}
Expand Down

0 comments on commit bff7b8f

Please sign in to comment.