-
Notifications
You must be signed in to change notification settings - Fork 4
refactor network primitives and network resources #440
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
7a8d6d1 to
79ec26d
Compare
6615290 to
eaa9eec
Compare
2ae9c38 to
19041e2
Compare
User description
novatoauto-evmfor devnet, taurus and mainnet modulesv5.5.0which needed a refactor of the TF declarationsPR Type
Enhancement
Description
Rename nova-indexer to auto-evm-indexer throughout Terraform
Introduce cloudflare_zone_id variable for DNS records
Migrate Cloudflare resources to cloudflare_dns_record with TTL
Update tfvars examples with new variables
Changes walkthrough 📝
5 files
Rename nova-indexer to auto-evm-indexer and add zone IDAdd cloudflare_zone_id and rename domain labelsRename aws_instance nova_indexer_node to auto_evmRename nova-indexer outputs to auto_evm-indexerAdd cloudflare_zone_id and update instance_count map1 files
Rename indexer output to auto-evm-indexer-node-ipv41 files
Switch to cloudflare_dns_record and use zone_id var2 files
Rename nova-indexer provisioner to auto-evm-indexerUpdate node keys source to auto_evm_node_keys.txt3 files
Add required Cloudflare and AWS example variablesUpdate mainnet tfvars example with new varsUpdate taurus tfvars example with new vars