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 dc08b16 commit 22edf67Copy full SHA for 22edf67
services/monitoring/grafana/Makefile
@@ -30,7 +30,7 @@ terraform/plan.cache:
30
terraform-plan: $(REPO_CONFIG_LOCATION) $(TF_STATE_FILE) ensure-grafana-online ## terraform plan
31
# terraform plan
32
@set -a; source $<; set +a; \
33
- terraform -chdir=./terraform plan -out=plan.cache
+ terraform -chdir=./terraform plan -out=plan.cache
34
35
.PHONY: terraform-apply
36
terraform-apply: $(REPO_CONFIG_LOCATION) terraform/plan.cache $(TF_STATE_FILE) ensure-grafana-online ## terraform apply
0 commit comments