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 Jul 22, 2024
1 parent 58adab3 commit 5362157
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues
| 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) | 34 | 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) | 8 | 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 | 21 |
| 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) | 31 | 23 |
| 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) | 40 | 18 |
| 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) | 31 | 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) | 41 | 18 |
| 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) | 10 | 13 |
| 18. | **[terraform-aws-security-group](https://github.com/clouddrove/terraform-aws-security-group)** | This terraform module creates set of Security Group and Security Group Rules resources in various combinations. | [2.0.0](https://github.com/clouddrove/terraform-aws-security-group/releases) | 22 | 22 |
| 18. | **[terraform-aws-security-group](https://github.com/clouddrove/terraform-aws-security-group)** | This terraform module creates set of Security Group and Security Group Rules resources in various combinations. | [2.0.0](https://github.com/clouddrove/terraform-aws-security-group/releases) | 22 | 23 |
| 19. | **[terraform-aws-ec2](https://github.com/clouddrove/terraform-aws-ec2)** | Terraform module to create an EC2 resource on AWS with Elastic IP Addresses and Elastic Block Store. | [2.0.3](https://github.com/clouddrove/terraform-aws-ec2/releases) | 49 | 37 |
| 20. | **[terraform-aws-cloudtrail](https://github.com/clouddrove/terraform-aws-cloudtrail)** | Terraform module to provision an AWS CloudTrail and an encrypted S3 bucket with versioning to store CloudTrail logs | [1.4.2](https://github.com/clouddrove/terraform-aws-cloudtrail/releases) | 11 | 20 |
| 21. | **[terraform-aws-lambda](https://github.com/clouddrove/terraform-aws-lambda)** | Terraform module to create Lambda resource on AWS for create lambda function. | [1.3.1](https://github.com/clouddrove/terraform-aws-lambda/releases) | 22 | 20 |
Expand Down Expand Up @@ -124,7 +124,7 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues
| 3. | **[terraform-azure-network-security-group](https://github.com/clouddrove/terraform-azure-network-security-group)** | A Terraform module to create NETWORK SECURITY GROUP resource on AZURE. | [1.0.4](https://github.com/clouddrove/terraform-azure-network-security-group/releases) | 1 | 1 |
| 4. | **[terraform-azure-networking](https://github.com/clouddrove/terraform-azure-networking)** | | [1.0.4](https://github.com/clouddrove/terraform-azure-networking/releases) | | 2 |
| 5. | **[terraform-azure-virtual-machine](https://github.com/clouddrove/terraform-azure-virtual-machine)** | Terraform module to create virtual machine resource on AZURE. | [2.0.0](https://github.com/clouddrove/terraform-azure-virtual-machine/releases) | | 1 |
| 6. | **[terraform-azure-subnet](https://github.com/clouddrove/terraform-azure-subnet)** | This terraform module is designed to create Azure Subnet resources. Virtual networks and virtual machines in Azure. Microsoft Learn A subnet is a range of IP addresses in the virtual network. You can divide a virtual network into multiple subnets for organization and security. Each NIC in a VM is connected to one subnet in one virtual network. | [1.1.0](https://github.com/clouddrove/terraform-azure-subnet/releases) | 3 | 2 |
| 6. | **[terraform-azure-subnet](https://github.com/clouddrove/terraform-azure-subnet)** | This terraform module is designed to create Azure Subnet resources. Virtual networks and virtual machines in Azure. Microsoft Learn A subnet is a range of IP addresses in the virtual network. You can divide a virtual network into multiple subnets for organization and security. Each NIC in a VM is connected to one subnet in one virtual network. | [1.2.0](https://github.com/clouddrove/terraform-azure-subnet/releases) | 3 | 2 |
| 7. | **[terraform-azure-storage](https://github.com/clouddrove/terraform-azure-storage)** | This terraform module is designed to create Azure Storage Account resources. The Azure Storage platform is Microsoft's cloud storage solution for modern data storage scenarios. Azure Storage offers highly available, massively scalable, durable, and secure storage for a variety of data objects in the cloud. | [1.0.9](https://github.com/clouddrove/terraform-azure-storage/releases) | 1 | 1 |
| 8. | **[terraform-azure-bastion](https://github.com/clouddrove/terraform-azure-bastion)** | Terraform module to create bastion resource on AZURE. Azure Bastion is a fully managed platform-as-a-service that enables secure and seamless remote access to virtual machines within an Azure virtual network (VNet). | [1.0.0](https://github.com/clouddrove/terraform-azure-bastion/releases) | 1 | 2 |
| 9. | **[terraform-azure-log-analytics](https://github.com/clouddrove/terraform-azure-log-analytics)** | This terraform module is designed to create Azure Log Analytics resources. What is Azure Log Analytics Workspace? Serverless360 An Azure Log Analytics Workspace is a logical storage unit in Azure where all log data generated by Azure Monitors are stored. | [1.0.1](https://github.com/clouddrove/terraform-azure-log-analytics/releases) | | |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.16
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-20240707233637-46b078467d37 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
)

0 comments on commit 5362157

Please sign in to comment.