-
Notifications
You must be signed in to change notification settings - Fork 4
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
Explorer terraform minor fixes #290
Conversation
- add node-tag variable - make VPC reusable for all networks
PR Description updated to latest commit (aa036d7) |
aa036d7
to
34f4550
Compare
PR Review
Code feedback:
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
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.
LGTM
User description
The PR just makes some basic adjustments by adding a node_tag variable for network releases and makes the VPC reusable as a module by giving a generic name.
Changes:
Type
enhancement, bug_fix
Description
node_tag
to dynamically set node tags for different network deployments.Name
tag to the VPC resource to better reflect the network name in AWS console.Changes walkthrough
main.tf
Use Variable for Node Tag in Terraform Config
explorer/terraform/aws/gemini-3g/main.tf
node-tag
values with a variablenode_tag
for bothsquids
andnova-archive-node-config
.variables.tf
Introduce Node Tag Variable
explorer/terraform/aws/gemini-3g/variables.tf
node_tag
of type string.network.tf
Make VPC Reusable and Rename for Generic Use
templates/terraform/explorer/base/network.tf
internet gateway, route table, security group).
Name
tag to the VPC resource to reflect the networkname.