Skip to content

Commit

Permalink
update terraform command
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojKrishnaChintaluri committed Jan 19, 2024
1 parent b04d946 commit 409e769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
cd deploy/terraform/aws
terragrunt init
terragrunt plan -auto-approve --target=module.dataset_api \
terragrunt plan --target=module.dataset_api \
-var dataset_api_container_registry=${{ vars.DOCKERHUB_USERNAME }} \
-var dataset_api_image_tag=develop-241-4 \
-var env=dev \
Expand Down

0 comments on commit 409e769

Please sign in to comment.