Skip to content

Commit

Permalink
Restore protoc-gen-terraform installation advice in Makefile
Browse files Browse the repository at this point in the history
See the discussion #49259 (comment)
  • Loading branch information
kopiczko committed Nov 20, 2024
1 parent 7fe216b commit 64ed495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/terraform/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 64ed495

Please sign in to comment.