-
Notifications
You must be signed in to change notification settings - Fork 376
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
Multiple issues with the gcp terraform templates #1538
Comments
Hey Tactical, thanks for raising this issue. I'm assuming these comments refer to these example terraform files referenced in this tutorial in our docs. To the points you made above: - All the port variables in this repository are consistently named - This may have been included by the original writers of this tutorial as a way to provide the reader more clarity. Functionally, it shouldn't affect anything. - Yes, I found what you were referring to in - reference to Good catch, can also include in the above PR. |
Appreciate the callouts. If you have any more edits to suggest please let us know. |
It's incorrectly used here: The declaration with the correct name is here:
I disagree it adds clarity. Why would a GCE instance need a bucket? It's declared, and provided, but unused.
I don't need credit, you can PR the changes. I have a few other notes, that are more of 'nice to haves' that you could consider if you plan to enhance this repo, although from what I can tell the focus is on the avalanche-cli support. Maybe it should be considered there?
|
Describe the bug
There are a number of problems with the GCP terraform templates. I fixed a few of them as I went along, making other changes, so I don't have a comprehensive list. But I'll note a few that I can quickly pull out of my diff:
p2pport
instead ofp2p_port
bucket_name
is referenced in a few place that are irrelevant (e.g. declared in the node module, unused)ip_cidr_range
is used in one place, hardcoded in another"../../../modules/vpc"
has an extra../
The text was updated successfully, but these errors were encountered: