-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix installation instructions #45
Conversation
kopiczko
commented
Nov 20, 2024
•
edited
Loading
edited
@@ -7,7 +7,7 @@ protoc plugin to generate Terraform Framework schema definitions and getter/sett | |||
Install the generator binary. | |||
|
|||
``` | |||
go install github.com/gravitational/protoc-gen-terraform | |||
go install github.com/gravitational/protoc-gen-terraform@latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is latest fine? Should we recommend a specific version instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It surely works. This repository doesn't have any release AFAICT.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The plugin is versioned, there are no tags though.
The latest version should not be used on Teleport, installation instructions are currently specifying a custom tag: https://github.com/gravitational/teleport/blob/master/integrations/terraform/README.md?plain=1#L12
This repository doesn't have any release AFAICT.
Then we should fix this instead and create tags matching the VERSION file: https://github.com/gravitational/protoc-gen-terraform/blob/main/VERSION
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened #46
Closing in favour of #46 |