-
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
subql changes make module reusable and minor fixes #361
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
- remove gemini references - make resources more generic - install nodejs
1e4cc4b
to
373d7f3
Compare
81c2531
to
f8e1d9e
Compare
85c75d5
to
21a5e19
Compare
21a5e19
to
4824f47
Compare
dbf3de3
to
8836e4d
Compare
User description
nova
PR Type
enhancement
Description
gemini
and replaced them with more generic terms likesubql
.gemini-3h
totaurus
.Changes walkthrough 📝
main.tf
Disable instance creation by setting count to zero
explorer/terraform/aws/taurus/main.tf
instance-count-blue
andinstance-count-green
to 0.instances.tf
Update security group references for instances
templates/terraform/subql/base/instances.tf
gemini-subql-sg
tosubql-sg
.network.tf
Rename VPC and security group for generic use
templates/terraform/subql/base/network.tf
gemini-subql
tosubql
.resources.
outputs.tf
Update output variable for new security group name
templates/terraform/subql/base/outputs.tf
subql-sg
.variables.tf
Update default network name to `taurus`
templates/terraform/subql/base/variables.tf
gemini-3h
totaurus
.