Skip to content

Commit dc8c7d8

Browse files
committed
feat: update toc readme file
1 parent 20e1959 commit dc8c7d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues
145145
| 21. | **[terraform-azure-acr](https://github.com/clouddrove/terraform-azure-acr)** | Terraform module to create acr resource on AZURE. Azure Container Registry (ACR) is a managed Docker container registry service. It allows you to store, manage, and deploy container images for your applications. | [2.1.0](https://github.com/clouddrove/terraform-azure-acr/releases) | 2 | 1 |
146146
| 22. | **[terraform-azure-flexible-mysql](https://github.com/clouddrove/terraform-azure-flexible-mysql)** | Terraform module to create flexible-MySQL resource on AZURE. Azure offers a managed MySQL database service called Azure Database for MySQL, which provides a flexible and scalable solution for hosting MySQL-based applications in the cloud. | [2.0.0](https://github.com/clouddrove/terraform-azure-flexible-mysql/releases) | | 1 |
147147
| 23. | **[terraform-azure-defender](https://github.com/clouddrove/terraform-azure-defender)** | Terraform module to create DEFENDER resource on AZURE. | | | |
148-
| 24. | **[terraform-azure-load-balancer](https://github.com/clouddrove/terraform-azure-load-balancer)** | This terraform module is designed to create Azure Load-balancer resources. Load-balancing options - Azure Architecture Center ... Azure Load Balancer is a high-performance, ultra low-latency Layer 4 load-balancing service (inbound and outbound) for all UDP and TCP protocols. | [1.1.3](https://github.com/clouddrove/terraform-azure-load-balancer/releases) | | 1 |
148+
| 24. | **[terraform-azure-load-balancer](https://github.com/clouddrove/terraform-azure-load-balancer)** | This terraform module is designed to create Azure Load-balancer resources. Load-balancing options - Azure Architecture Center ... Azure Load Balancer is a high-performance, ultra low-latency Layer 4 load-balancing service (inbound and outbound) for all UDP and TCP protocols. | [1.1.3](https://github.com/clouddrove/terraform-azure-load-balancer/releases) | 1 | 1 |
149149
| 25. | **[terraform-azure-service-principal](https://github.com/clouddrove/terraform-azure-service-principal)** | This terraform module is designed to create Azure Service Principal resources. An Azure service principal is an identity created for use with applications, hosted services, and automated tools to access Azure resources. | | 1 | |
150150
| 26. | **[terraform-azure-monitor-alerts](https://github.com/clouddrove/terraform-azure-monitor-alerts)** | This terraform module is designed to create Azure Databricks resources. Overview of Azure Monitor alerts - Azure Monitor- Microsoft . Alerts help you detect and address issues before users notice them by proactively notifying you when Azure Monitor data indicates there might be a problem with your infrastructure or application. | [1.0.0](https://github.com/clouddrove/terraform-azure-monitor-alerts/releases) | 2 | 1 |
151151
| 27. | **[terraform-azure-databricks](https://github.com/clouddrove/terraform-azure-databricks)** | This terraform module is designed to create Azure Databricks resources. Azure Databricks is a fully managed first-party service that enables an open data lakehouse in Azure. | [1.0.1](https://github.com/clouddrove/terraform-azure-databricks/releases) | | 3 |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ toolchain go1.24.6
77
require (
88
github.com/google/go-github v17.0.0+incompatible // indirect
99
github.com/google/go-querystring v1.1.0 // indirect
10-
golang.org/x/exp v0.0.0-20251017212417-90e834f514db // indirect
10+
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
1111
golang.org/x/oauth2 v0.32.0 // indirect
1212
)

0 commit comments

Comments
 (0)