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.
clean
1 parent 270cede commit a799b52Copy full SHA for a799b52
GNUmakefile
@@ -108,3 +108,6 @@ TERRAFORM_VERSION = v1.1.4
108
tool-terraform:
109
@# See https://github.com/hashicorp/terraform/issues/30356
110
@[ -f $(GOBIN)/terraform ] || { mkdir -p tmp; cd tmp; rm -rf terraform; git clone --branch $(TERRAFORM_VERSION) --depth 1 https://github.com/hashicorp/terraform.git; cd terraform; GOBIN=$(GOBIN) go install; cd ..; rm -rf terraform; }
111
+
112
+clean: testacc-down
113
+ @rm -rf certs/
0 commit comments