Skip to content

Commit

Permalink
tidied up makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 committed Jun 26, 2024
1 parent a71e529 commit bf2a18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ tfenv: ## tfenv pin - terraform version from versions.tf
.PHONY: taint
taint: ## terraform taint (make taint TAINT_ARGUMENT=module.radius.aws_lb.load_balancer)
taint -no-color ${TAINT_ARGUMENT}"
$(DOCKER_RUN) /bin/bash -c "terraform taint -no-color ${TAINT_ARGUMENT}"
help:
@grep -h -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
Expand Down

0 comments on commit bf2a18d

Please sign in to comment.