From 409e7693c6492948ab62334f543307137503ca14 Mon Sep 17 00:00:00 2001 From: ManojKrishnaChintaluri Date: Fri, 19 Jan 2024 10:36:11 +0530 Subject: [PATCH] update terraform command --- .github/workflows/build_and_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index a28cdd18..daedf27e 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -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 \