Skip to content

Commit dab2d16

Browse files
author
sohan yadava
committed
fix
1 parent 4225036 commit dab2d16

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Here are some examples of how you can use this module in your inventory structur
7272
### Basic Function
7373
```hcl
7474
module "lambda" {
75-
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.0"
75+
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.2"
7676
name = "lambda"
7777
application = "clouddrove"
7878
environment = "test"
@@ -89,7 +89,7 @@ Here are some examples of how you can use this module in your inventory structur
8989
### Basic S3 Function
9090
```hcl
9191
module "lambda" {
92-
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.0"
92+
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.2"
9393
name = "lambda"
9494
application = "clouddrove"
9595
environment = "test"
@@ -107,7 +107,7 @@ Here are some examples of how you can use this module in your inventory structur
107107
### Complete Function
108108
```hcl
109109
module "lambda" {
110-
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.0"
110+
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.2"
111111
name = "lambda"
112112
application = "clouddrove"
113113
environment = "test"

README.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ usage : |-
3737
### Basic Function
3838
```hcl
3939
module "lambda" {
40-
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.0"
40+
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.2"
4141
name = "lambda"
4242
application = "clouddrove"
4343
environment = "test"
@@ -54,7 +54,7 @@ usage : |-
5454
### Basic S3 Function
5555
```hcl
5656
module "lambda" {
57-
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.0"
57+
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.2"
5858
name = "lambda"
5959
application = "clouddrove"
6060
environment = "test"
@@ -72,7 +72,7 @@ usage : |-
7272
### Complete Function
7373
```hcl
7474
module "lambda" {
75-
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.0"
75+
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.2"
7676
name = "lambda"
7777
application = "clouddrove"
7878
environment = "test"

_example/basic-function/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "lambda" {
6-
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.0"
6+
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.2"
77

88
name = "lambda"
99
application = "clouddrove"

_example/basic-s3-function/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "lambda" {
6-
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.0"
6+
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.2"
77

88
name = "lambda"
99
application = "clouddrove"

_example/complete-function/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "lambda" {
6-
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.0"
6+
source = "git::https://github.com/clouddrove/terraform-aws-lambda.git?ref=tags/0.12.2"
77

88
name = "lambda"
99
application = "clouddrove"

0 commit comments

Comments
 (0)