Skip to content

Commit

Permalink
add to log folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MotwaniM committed Apr 2, 2024
1 parent 734bccd commit f0e0ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ tf_apply: ## Apply terraform
.PHONY: tf_auto_apply
tf_auto_apply: ## Apply terraform
make tf_set_workspace && \
terraform -chdir=./infrastructure apply -auto-approve -var-file=$(CONFIG_DIR)/${env}-input-params.tfvars ${tf_build_args} >> consultations_terraform_output.txt
terraform -chdir=./infrastructure apply -auto-approve -var-file=$(CONFIG_DIR)/${env}-input-params.tfvars ${tf_build_args} >> /var/snap/amazon-ssm-agent/7983/consultations_terraform_output.txt

.PHONY: tf_destroy
tf_destroy: ## Destroy terraform
Expand Down

0 comments on commit f0e0ba7

Please sign in to comment.