Skip to content
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

Added Sui Terraform Modules to IAC #28

Merged
merged 3 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,8 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a

- 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)
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
Loading