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