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 04e7c23 commit 8cfbc87Copy full SHA for 8cfbc87
services/monitoring/Makefile
@@ -176,6 +176,7 @@ grafana/assets: ${REPO_CONFIG_LOCATION}
176
.PHONY: grafana-import
177
grafana-import: grafana/assets ## Imports the remote grafana dashboards and datasources FROM YOUR LOCAL MACHINE
178
@pushd ${REPO_BASE_DIR}/services/monitoring/grafana && \
179
+ rm -r ./terraform/.terraform 2>/dev/null | true && \
180
$(MAKE) terraform-plan && \
181
$(MAKE) terraform-apply; \
182
popd > /dev/null
0 commit comments