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 Aug 26, 2024
1 parent b7c2264 commit 41bc835
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues
| 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 | 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) | 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 |
| 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 | 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 |
| 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) | 53 | 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) | 10 | 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 |
| 22. | **[terraform-aws-alb](https://github.com/clouddrove/terraform-aws-alb)** | This terraform module is used to create ALB on AWS. | [2.0.0](https://github.com/clouddrove/terraform-aws-alb/releases) | 17 | 21 |
| 23. | **[terraform-aws-kms](https://github.com/clouddrove/terraform-aws-kms)** | This terraform module creates a KMS Customer Master Key (CMK) and its alias. | [1.3.1](https://github.com/clouddrove/terraform-aws-kms/releases) | 21 | 18 |
| 24. | **[terraform-aws-aurora](https://github.com/clouddrove/terraform-aws-aurora)** | Terraform module which creates RDS Aurora database resources on AWS and can create different type of databases. Currently it supports Postgres and MySQL. | [2.0.0](https://github.com/clouddrove/terraform-aws-aurora/releases) | 25 | 24 |
| 25. | **[terraform-aws-cloudwatch-alarms](https://github.com/clouddrove/terraform-aws-cloudwatch-alarms)** | Terraform module creates Cloudwatch Alarm on AWS for monitoriing AWS services. | [1.3.2](https://github.com/clouddrove/terraform-aws-cloudwatch-alarms/releases) | 43 | 36 |
| 26. | **[terraform-aws-ses](https://github.com/clouddrove/terraform-aws-ses)** | Terraform module to create an SES Identity with SES IAM user on AWS. | [1.3.3](https://github.com/clouddrove/terraform-aws-ses/releases) | 23 | 29 | [1](https://github.com/clouddrove/terraform-aws-ses/issues)
| 24. | **[terraform-aws-aurora](https://github.com/clouddrove/terraform-aws-aurora)** | Terraform module which creates RDS Aurora database resources on AWS and can create different type of databases. Currently it supports Postgres and MySQL. | | 25 | 24 |
| 25. | **[terraform-aws-cloudwatch-alarms](https://github.com/clouddrove/terraform-aws-cloudwatch-alarms)** | Terraform module creates Cloudwatch Alarm on AWS for monitoriing AWS services. | | 43 | 36 |
| 26. | **[terraform-aws-ses](https://github.com/clouddrove/terraform-aws-ses)** | Terraform module to create an SES Identity with SES IAM user on AWS. | [1.3.3](https://github.com/clouddrove/terraform-aws-ses/releases) | 24 | 29 | [1](https://github.com/clouddrove/terraform-aws-ses/issues)
| 27. | **[terraform-aws-sqs](https://github.com/clouddrove/terraform-aws-sqs)** | Terraform module to create SQS resource on AWS for managing queue. | [1.3.0](https://github.com/clouddrove/terraform-aws-sqs/releases) | 7 | 15 |
| 28. | **[terraform-aws-vpc-peering](https://github.com/clouddrove/terraform-aws-vpc-peering)** | Terraform module to connect two VPC's on AWS. | [1.3.0](https://github.com/clouddrove/terraform-aws-vpc-peering/releases) | 18 | 15 |
| 28. | **[terraform-aws-vpc-peering](https://github.com/clouddrove/terraform-aws-vpc-peering)** | Terraform module to connect two VPC's on AWS. | | 18 | 15 |
| 29. | **[terraform-aws-multi-account-peering](https://github.com/clouddrove/terraform-aws-multi-account-peering)** | Terraform module to connect two VPC’s from different AWS account. | [1.0.1](https://github.com/clouddrove/terraform-aws-multi-account-peering/releases) | 8 | 11 |
| 30. | **[terraform-aws-sftp](https://github.com/clouddrove/terraform-aws-sftp)** | This terraform module is used to create sftp on AWS for S3. | [1.3.3](https://github.com/clouddrove/terraform-aws-sftp/releases) | 35 | 27 |
| 31. | **[terraform-aws-route53](https://github.com/clouddrove/terraform-aws-route53)** | Terraform module to create Route53 resource on AWS for zone and record set. | [1.0.2](https://github.com/clouddrove/terraform-aws-route53/releases) | 15 | 27 |
Expand Down Expand Up @@ -63,11 +63,11 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues
| 55. | **[terraform-aws-mysql](https://github.com/clouddrove/terraform-aws-mysql)** | Terraform module to create a MySQL on AWS. | [1.3.1](https://github.com/clouddrove/terraform-aws-mysql/releases) | | 5 |
| 56. | **[terraform-aws-ec2-autoscaling](https://github.com/clouddrove/terraform-aws-ec2-autoscaling)** | Terraform module will be created EC2 modulewith Autoscaling group. | [1.3.0](https://github.com/clouddrove/terraform-aws-ec2-autoscaling/releases) | 4 | 4 |
| 57. | **[terraform-aws-node-group](https://github.com/clouddrove/terraform-aws-node-group)** | This terraform module is used to create a node group for EKS. | [0.12.0](https://github.com/clouddrove/terraform-aws-node-group/releases) | | 1 |
| 58. | **[terraform-aws-lightsail](https://github.com/clouddrove/terraform-aws-lightsail)** | Terraform module to create Lightsail instance, Lightsail Key Pair (Optional), Lightsail Static IP (Optional), Metric alarm (Optional). | [1.3.1](https://github.com/clouddrove/terraform-aws-lightsail/releases) | 16 | 12 |
| 58. | **[terraform-aws-lightsail](https://github.com/clouddrove/terraform-aws-lightsail)** | Terraform module to create Lightsail instance, Lightsail Key Pair (Optional), Lightsail Static IP (Optional), Metric alarm (Optional). | [1.3.1](https://github.com/clouddrove/terraform-aws-lightsail/releases) | 17 | 12 |
| 59. | **[terraform-aws-secrets-manager](https://github.com/clouddrove/terraform-aws-secrets-manager)** | Terraform module to create Secret Manager resource on AWS for manage our secret variables. | [2.0.0](https://github.com/clouddrove/terraform-aws-secrets-manager/releases) | | 1 |
| 60. | **[terraform-aws-cognito](https://github.com/clouddrove/terraform-aws-cognito)** | Terraform module to create an Cognito resource on AWS. | [1.0.0](https://github.com/clouddrove/terraform-aws-cognito/releases) | 1 | 1 |
| 61. | **[terraform-aws-workspace](https://github.com/clouddrove/terraform-aws-workspace)** | Terraform module to create workspace resources on AWS for manage betterly. | [1.0.1](https://github.com/clouddrove/terraform-aws-workspace/releases) | | 4 |
| 62. | **[terraform-aws-active-directory](https://github.com/clouddrove/terraform-aws-active-directory)** | Terraform module to create Active Directory on AWS. | [1.0.1](https://github.com/clouddrove/terraform-aws-active-directory/releases) | 1 | 3 |
| 62. | **[terraform-aws-active-directory](https://github.com/clouddrove/terraform-aws-active-directory)** | Terraform module to create Active Directory on AWS. | [1.0.1](https://github.com/clouddrove/terraform-aws-active-directory/releases) | | 3 |
| 63. | **[terraform-aws-reference-architecture](https://github.com/clouddrove/terraform-aws-reference-architecture)** | This repo is used as a sample refrence architecture to manage internal projects terraform. | | | 1 |
| 64. | **[terraform-aws-dynamodb](https://github.com/clouddrove/terraform-aws-dynamodb)** | This terraform module is used for create dynamodb resources in AWS. | [1.0.1](https://github.com/clouddrove/terraform-aws-dynamodb/releases) | 5 | 2 |
| 65. | **[terraform-aws-client-vpn](https://github.com/clouddrove/terraform-aws-client-vpn)** | This terraform module is used for create AWS Client VPN service to manage internal AWS resources. | [1.0.7](https://github.com/clouddrove/terraform-aws-client-vpn/releases) | 8 | 6 |
Expand Down Expand Up @@ -170,7 +170,7 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues
| 1. | **[terraform-gcp-labels](https://github.com/clouddrove/terraform-gcp-labels)** | This terraform module is used To add or manage labels for GCP resources. | [1.0.0](https://github.com/clouddrove/terraform-gcp-labels/releases) | | 1 |
| 2. | **[terraform-gcp-storage](https://github.com/clouddrove/terraform-gcp-storage)** | This module is used to enable users to interact with and manage storage resources in Google Cloud Platform | [1.0.0](https://github.com/clouddrove/terraform-gcp-storage/releases) | | 1 |
| 3. | **[terraform-gcp-vpc](https://github.com/clouddrove/terraform-gcp-vpc)** | This Terraform module is used to create VPC resource on GCP. | [1.0.0](https://github.com/clouddrove/terraform-gcp-vpc/releases) | 1 | 1 |
| 4. | **[terraform-gcp-Service-account](https://github.com/clouddrove/terraform-gcp-Service-account)** | A Terraform module to create default Service-account with management of service-account | [1.0.0](https://github.com/clouddrove/terraform-gcp-Service-account/releases) | | 1 |
| 4. | **[terraform-gcp-service-account](https://github.com/clouddrove/terraform-gcp-service-account)** | A Terraform module to create default Service-account with management of service-account | [1.0.1](https://github.com/clouddrove/terraform-gcp-service-account/releases) | | 1 |
| 5. | **[terraform-gcp-subnet](https://github.com/clouddrove/terraform-gcp-subnet)** | Terraform module to create subnet resource in gcp. | [1.0.1](https://github.com/clouddrove/terraform-gcp-subnet/releases) | | 1 |
| 6. | **[terraform-gcp-kms](https://github.com/clouddrove/terraform-gcp-kms)** | This terraform module is used to create a KMS Customer Master Key (CMK). | [1.0.0](https://github.com/clouddrove/terraform-gcp-kms/releases) | 2 | 1 |
| 7. | **[terraform-gcp-iam](https://github.com/clouddrove/terraform-gcp-iam)** | | | | |
Expand Down Expand Up @@ -226,7 +226,7 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues
| 29. | **[ansible-role-docker-elastichq](https://github.com/clouddrove/ansible-role-docker-elastichq)** | This ansible role is used to install Elastichq with docker on linux | [1.0.2](https://github.com/clouddrove/ansible-role-docker-elastichq/releases) | 2 | 7 |
| 30. | **[ansible-role-docker-wowza](https://github.com/clouddrove/ansible-role-docker-wowza)** | This ansible role is used to install Wowza streaming engine with docker on linux. | | | |
| 31. | **[ansible-role-docker-vault](https://github.com/clouddrove/ansible-role-docker-vault)** | This ansible role is used to install vault with docker on linux. | | | |
| 32. | **[ansible-role-docker-rabbitmq](https://github.com/clouddrove/ansible-role-docker-rabbitmq)** | This ansible role is used to setup rabbitmq with docker on Debian. | [1.0.1](https://github.com/clouddrove/ansible-role-docker-rabbitmq/releases) | | |
| 32. | **[ansible-role-docker-rabbitmq](https://github.com/clouddrove/ansible-role-docker-rabbitmq)** | This ansible role is used to setup rabbitmq with docker on Debian. | | | |
| 33. | **[ansible-role-certbot](https://github.com/clouddrove/ansible-role-certbot)** | This ansible role is used to install certbot SSL on linux. | [1.0.1](https://github.com/clouddrove/ansible-role-certbot/releases) | 2 | 6 |
| 34. | **[ansible-role-k8s-common](https://github.com/clouddrove/ansible-role-k8s-common)** | This ansible role is used to install k8s common. | | | |
| 35. | **[ansible-role-wordpress](https://github.com/clouddrove/ansible-role-wordpress)** | Automated Installation and Configuring Wordpress on Linux. | [1.0.0](https://github.com/clouddrove/ansible-role-wordpress/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-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
)

0 comments on commit 41bc835

Please sign in to comment.