From 461b1ea3eb500dd9365c0bee827b654bedbbf0e4 Mon Sep 17 00:00:00 2001 From: bartosian Date: Sat, 16 Nov 2024 20:37:00 -0500 Subject: [PATCH] Added Sui Terraform Modules to IAC (#28) * Added Sui Terraform Modules to IAC * Addressed linter errors --------- Co-authored-by: Antonio Yang --- README.md | 6 ++++++ details/iac_sui_terraform_modules.md | 24 ++++++++++++++++++++++++ new_tool_submission_template.md | 1 + 3 files changed, 31 insertions(+) create mode 100644 details/iac_sui_terraform_modules.md diff --git a/README.md b/README.md index 3f396d6..79f5d48 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a - [Security](#security) - [AI](#ai) - [Walrus](#walrus) +- [Infrastructure as Code](#infrastructure-as-code) ## Move IDEs @@ -226,3 +227,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) diff --git a/details/iac_sui_terraform_modules.md b/details/iac_sui_terraform_modules.md new file mode 100644 index 0000000..c57ce89 --- /dev/null +++ b/details/iac_sui_terraform_modules.md @@ -0,0 +1,24 @@ +# Sui Terraform Modules + +## Tooling Category + +- [ ] AI +- [ ] dApp Development +- [ ] Explorer +- [ ] IDE +- [ ] Indexer +- [ ] Oracle +- [ ] SDK +- [ ] Walrus +- [x] Infrastructure as Code + +## Description + +All-in-one solution for deploying, monitoring, and managing SUI infrastructure with ease. + +## Features +- Supported entities for monitoring: + - Sui + - Validator + - Walrus + - Storage Node diff --git a/new_tool_submission_template.md b/new_tool_submission_template.md index fd7378c..182b8d5 100644 --- a/new_tool_submission_template.md +++ b/new_tool_submission_template.md @@ -10,6 +10,7 @@ - [ ] Oracle - [ ] SDK - [ ] Walrus +- [ ] Infrastructure as Code ## Homepage or Repo or Download Link