From ac27019708ae0a3e6e1a3fb444162c650daa4f0b Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Mon, 12 Aug 2024 22:49:32 +0000 Subject: [PATCH] feat: update toc readme file --- README.md | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25e0486..669cd49 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues | 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 | | 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) | 52 | 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 | +| 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 | @@ -70,7 +70,7 @@ Sr No. | Module name | Description | Latest version | Star | Fork | Issues | 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 | | 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) | 7 | 6 | +| 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 | | 66. | **[terraform-aws-lifecycle-manager](https://github.com/clouddrove/terraform-aws-lifecycle-manager)** | This terraform module is used to Provide a Data Lifecycle Manager (DLM) lifecycle policy for managing snapshots. | [1.0.1](https://github.com/clouddrove/terraform-aws-lifecycle-manager/releases) | 4 | 3 | | 67. | **[terraform-aws-eventbridge](https://github.com/clouddrove/terraform-aws-eventbridge)** | Terraform module to create an Eventbridge resource on AWS. | [1.0.1](https://github.com/clouddrove/terraform-aws-eventbridge/releases) | | 2 | | 68. | **[terraform-aws-serverless-jenkins](https://github.com/clouddrove/terraform-aws-serverless-jenkins)** | Terraform module for deploy a serverless jenkins. | | | 2 | diff --git a/go.mod b/go.mod index e9deb41..9b99524 100644 --- a/go.mod +++ b/go.mod @@ -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-20240719175910-8a7402abbf56 // indirect + golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect golang.org/x/oauth2 v0.22.0 // indirect )