The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/main/terraform
Mantas-M 096aeff13e
feat: Splitting `rust` workspace into `main` and `sealevel` (#4438)
2 months ago
..
modules feat: Splitting `rust` workspace into `main` and `sealevel` (#4438) 2 months ago
.gitignore feat: Splitting `rust` workspace into `main` and `sealevel` (#4438) 2 months ago
README.md feat: Splitting `rust` workspace into `main` and `sealevel` (#4438) 2 months ago
globals.tf feat: Splitting `rust` workspace into `main` and `sealevel` (#4438) 2 months ago
main.tf feat: Splitting `rust` workspace into `main` and `sealevel` (#4438) 2 months ago
outputs.tf feat: Splitting `rust` workspace into `main` and `sealevel` (#4438) 2 months ago
variables.tf feat: Splitting `rust` workspace into `main` and `sealevel` (#4438) 2 months ago

README.md

Terraform Module for Hyperlane Validator

This Terraform module is designed to set up the necessary infrastructure for a Hyperlane validator on AWS. It automates the creation of resources such as ECS clusters, VPCs, subnets, and security groups required for running a validator node.

Note: This module is intended to be an example of running a validator for a core supported network. You may have to modify the validator module to support more advanced configurations. It is recommended to test thoroughly before using in a production environment.

For more information, read the Deploy with Terraform documentation.