Skip to content

Commit

Permalink
feat: update toc readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Jan 6, 2025
1 parent 2be5063 commit f2caa21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues
| 11. | **[terraform-aws-iam-role](https://github.com/clouddrove/terraform-aws-iam-role)** | Terraform module to create Iam role resource on AWS. | [1.3.2](https://github.com/clouddrove/terraform-aws-iam-role/releases) | 10 | 17 |
| 12. | **[terraform-aws-s3](https://github.com/clouddrove/terraform-aws-s3)** | Terraform module to create default S3 bucket with logging and encryption type specific features. | [2.0.0](https://github.com/clouddrove/terraform-aws-s3/releases) | 33 | 19 |
| 13. | **[terraform-aws-acm](https://github.com/clouddrove/terraform-aws-acm)** | This terraform module is used for requesting or importing SSL/TLS certificate with validation. | [1.4.1](https://github.com/clouddrove/terraform-aws-acm/releases) | 9 | 18 |
| 14. | **[terraform-aws-labels](https://github.com/clouddrove/terraform-aws-labels)** | This terraform module is designed to generate consistent label names and tags for resources. You can use terraform-labels to implement a strict naming convention. | [1.3.0](https://github.com/clouddrove/terraform-aws-labels/releases) | 42 | 22 |
| 14. | **[terraform-aws-labels](https://github.com/clouddrove/terraform-aws-labels)** | This terraform module is designed to generate consistent label names and tags for resources. You can use terraform-labels to implement a strict naming convention. | [1.3.0](https://github.com/clouddrove/terraform-aws-labels/releases) | 42 | 23 |
| 15. | **[terraform-aws-vpc](https://github.com/clouddrove/terraform-aws-vpc)** | Terraform module to create VPC resource on AWS. | [2.0.0](https://github.com/clouddrove/terraform-aws-vpc/releases) | 36 | 24 |
| 16. | **[terraform-aws-subnet](https://github.com/clouddrove/terraform-aws-subnet)** | Terraform module to create public, private and public-private subnet with network acl, route table, Elastic IP, nat gateway, flow log. | [2.0.1](https://github.com/clouddrove/terraform-aws-subnet/releases) | 42 | 19 |
| 17. | **[terraform-aws-keypair](https://github.com/clouddrove/terraform-aws-keypair)** | Terraform module for generating or importing an SSH public key file into AWS. | [1.3.1](https://github.com/clouddrove/terraform-aws-keypair/releases) | 11 | 13 |
Expand Down Expand Up @@ -161,7 +161,7 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues
| 37. | **[terraform-azure-aks-addons](https://github.com/clouddrove/terraform-azure-aks-addons)** | | | | |
| 38. | **[terraform-azure-flexible-postgresql](https://github.com/clouddrove/terraform-azure-flexible-postgresql)** | This terraform module is designed to create Azure Postgres flexible mysql resources. The Azure Database for PostgreSQL flexible server deployment model is designed to support high availability within a single availability zone and across multiple availability zones | [2.0.0](https://github.com/clouddrove/terraform-azure-flexible-postgresql/releases) | 2 | 2 |
| 39. | **[terraform-azure-private-dns-resolver](https://github.com/clouddrove/terraform-azure-private-dns-resolver)** | This terraform module is designed to create Azure Private DNS resolver resources. DNS Private Resolver is a service that bridges an on-premises DNS with Azure DNS. You can use this service to query Azure DNS private zones from an on-premises environment and vice versa without deploying VM-based DNS servers. | [1.0.0](https://github.com/clouddrove/terraform-azure-private-dns-resolver/releases) | | |
| 40. | **[terraform-azure-landingzone](https://github.com/clouddrove/terraform-azure-landingzone)** | Azure landing zones Terraform module | [6.1.0](https://github.com/clouddrove/terraform-azure-landingzone/releases) | 1 | |
| 40. | **[terraform-azure-landingzone](https://github.com/clouddrove/terraform-azure-landingzone)** | Azure landing zones Terraform module | [6.2.0](https://github.com/clouddrove/terraform-azure-landingzone/releases) | 1 | |
| 41. | **[terraform-azure-bootstrap](https://github.com/clouddrove/terraform-azure-bootstrap)** | | | | |
| 42. | **[terraform-azure-dummy](https://github.com/clouddrove/terraform-azure-dummy)** | | | | |
| 43. | **[terraform-azure-redis-cache](https://github.com/clouddrove/terraform-azure-redis-cache)** | These module create Resource for Azure redis cache. Azure Cache for Redis is a fully managed, in-memory cache that enables high-performance and scalable architectures. | | 1 | |
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ toolchain go1.22.8
require (
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/oauth2 v0.25.0 // indirect
)

0 comments on commit f2caa21

Please sign in to comment.