Skip to content

Commit

Permalink
feat(infra): infra
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Aug 12, 2024
1 parent ff85eff commit dc121c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
id: plan
run: |
terraform plan \
-target=module.aws_ecr_repository.application_ecr_repo \
-target=aws_ecr_repository.application_ecr_repo \
-out ./app.out
working-directory: ${{ env.TERRAFORM_ROOT }}

Expand Down

0 comments on commit dc121c4

Please sign in to comment.