From 449b95cab4834094512c6918c5d8a6d848a88421 Mon Sep 17 00:00:00 2001 From: bartosian Date: Mon, 21 Oct 2024 10:37:37 -0400 Subject: [PATCH 1/2] Added Sui Terraform Modules to IAC --- README.md | 6 ++++++ details/iac_sui_terraform_modules.md | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 details/iac_sui_terraform_modules.md diff --git a/README.md b/README.md index d1142c9..61fb946 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: diff --git a/details/iac_sui_terraform_modules.md b/details/iac_sui_terraform_modules.md new file mode 100644 index 0000000..80127aa --- /dev/null +++ b/details/iac_sui_terraform_modules.md @@ -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 \ No newline at end of file From 28f95924b21386a8c75a7bc43bd1b12e45149755 Mon Sep 17 00:00:00 2001 From: bartosian Date: Sat, 16 Nov 2024 08:04:46 -0500 Subject: [PATCH 2/2] Addressed linter errors --- README.md | 3 ++- details/iac_sui_terraform_modules.md | 13 +++++++------ new_tool_submission_template.md | 1 + 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 87fcc78..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 @@ -230,4 +231,4 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a ## 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) \ No newline at end of file + - [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 index 80127aa..c57ce89 100644 --- a/details/iac_sui_terraform_modules.md +++ b/details/iac_sui_terraform_modules.md @@ -2,13 +2,15 @@ ## Tooling Category +- [ ] AI - [ ] dApp Development - [ ] Explorer - [ ] IDE - [ ] Indexer - [ ] Oracle - [ ] SDK -- [x] IAC +- [ ] Walrus +- [x] Infrastructure as Code ## Description @@ -16,8 +18,7 @@ All-in-one solution for deploying, monitoring, and managing SUI infrastructure w ## Features - Supported entities for monitoring: - - Validators -- Supported networks: - - Devnet - - Testnet - - Mainnet \ No newline at end of file + - 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