We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cd21f commit 27ff7aaCopy full SHA for 27ff7aa
services/monitoring/grafana/Makefile
@@ -6,7 +6,7 @@ include ${REPO_BASE_DIR}/scripts/common.Makefile
6
7
# Internal VARIABLES ------------------------------------------------
8
TF_STATE_FILE := terraform/.terraform/terraform.tfstate
9
-
+.PHONY: terraform/main.tf
10
terraform/main.tf: terraform/main.tf.j2 .venv $(REPO_CONFIG_LOCATION)
11
# generate $@
12
@$(call jinja, $<, $(REPO_CONFIG_LOCATION), $@)
0 commit comments