Skip to content

Commit 27ff7aa

Browse files
committed
Make monitoring/grafana/terraform/main.tf .PHONY
1 parent 49cd21f commit 27ff7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/monitoring/grafana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include ${REPO_BASE_DIR}/scripts/common.Makefile
66

77
# Internal VARIABLES ------------------------------------------------
88
TF_STATE_FILE := terraform/.terraform/terraform.tfstate
9-
9+
.PHONY: terraform/main.tf
1010
terraform/main.tf: terraform/main.tf.j2 .venv $(REPO_CONFIG_LOCATION)
1111
# generate $@
1212
@$(call jinja, $<, $(REPO_CONFIG_LOCATION), $@)

0 commit comments

Comments
 (0)