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 0aa010e commit 9f7be0bCopy full SHA for 9f7be0b
services/monitoring/grafana/Makefile
@@ -10,7 +10,6 @@ TF_STATE_FILE := terraform/.terraform/terraform.tfstate
10
terraform/main.tf: terraform/main.tf.j2 .venv $(REPO_CONFIG_LOCATION)
11
# generate $@
12
@$(call jinja, $<, $(REPO_CONFIG_LOCATION), $@)
13
- # validate and format $@
14
15
terraform-init: $(TF_STATE_FILE) ## init terraform
16
0 commit comments