Skip to content

Commit

Permalink
Added Sui Terraform Modules to IAC
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosian committed Oct 21, 2024
1 parent b5ce1dc commit 449b95c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Directory tracking developer tools and infrastructure projects within Sui ecosys
- [Security](#security)
- [AI](#ai)
- [Walrus](#walrus)
- [Infrastructure as Code](#infrastructure-as-code)
- [Submission Guidelines](#submission-guidelines)

## IDEs
Expand Down Expand Up @@ -225,6 +226,11 @@ Directory tracking developer tools and infrastructure projects within Sui ecosys
- **Walrus Sites GA** - Reusable GitHub Action for deploying Walrus Sites
- [Github](https://github.com/zktx-io/walrus-sites-ga) | [Marketplace](https://github.com/marketplace/actions/walrus-sites-ga) | [Examples](https://github.com/zktx-io/walrus-sites-ga-example) | [Further Information](details/walrus_sites_ga.md)

## Infrastructure as Code

- **Sui Terraform Modules** - All-in-one solution for deploying, monitoring, and managing SUI infrastructure with ease.
- [Github](https://github.com/bartosian/sui-terraform-modules) | [Further Information](details/iac_sui_terraform_modules.md)

## Submission Guidelines

- For submitting new tools:
Expand Down
23 changes: 23 additions & 0 deletions details/iac_sui_terraform_modules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Sui Terraform Modules

## Tooling Category

- [ ] dApp Development
- [ ] Explorer
- [ ] IDE
- [ ] Indexer
- [ ] Oracle
- [ ] SDK
- [x] IAC

## Description

All-in-one solution for deploying, monitoring, and managing SUI infrastructure with ease.

## Features
- Supported entities for monitoring:
- Validators
- Supported networks:
- Devnet
- Testnet
- Mainnet

0 comments on commit 449b95c

Please sign in to comment.