diff --git a/integrations/terraform/Makefile b/integrations/terraform/Makefile index 1e03ce4a3077d..0d1c0ed65e6d6 100644 --- a/integrations/terraform/Makefile +++ b/integrations/terraform/Makefile @@ -53,7 +53,7 @@ PROTOC_GEN_TERRAFORM_EXISTS := $(shell $(PROTOC_GEN_TERRAFORM) version 2>&1 >/de .PHONY: gen-tfschema gen-tfschema: ifndef PROTOC_GEN_TERRAFORM_EXISTS - @echo "protoc-gen-terraform $(PROTOC_GEN_TERRAFORM_VERSION) is not installed. Please, see https://github.com/gravitational/protoc-gen-terraform for installation instructions." + @echo "protoc-gen-terraform $(PROTOC_GEN_TERRAFORM_VERSION) is not installed. Please, refer to README.md for installation instructions." @exit -1 endif