File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Here are some examples of how you can use this module in your inventory structur
72
72
### Basic Function
73
73
``` hcl
74
74
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 "
76
76
name = "lambda"
77
77
application = "clouddrove"
78
78
environment = "test"
@@ -89,7 +89,7 @@ Here are some examples of how you can use this module in your inventory structur
89
89
### Basic S3 Function
90
90
``` hcl
91
91
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 "
93
93
name = "lambda"
94
94
application = "clouddrove"
95
95
environment = "test"
@@ -107,7 +107,7 @@ Here are some examples of how you can use this module in your inventory structur
107
107
### Complete Function
108
108
``` hcl
109
109
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 "
111
111
name = "lambda"
112
112
application = "clouddrove"
113
113
environment = "test"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ usage : |-
37
37
### Basic Function
38
38
```hcl
39
39
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 "
41
41
name = "lambda"
42
42
application = "clouddrove"
43
43
environment = "test"
@@ -54,7 +54,7 @@ usage : |-
54
54
### Basic S3 Function
55
55
```hcl
56
56
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 "
58
58
name = "lambda"
59
59
application = "clouddrove"
60
60
environment = "test"
@@ -72,7 +72,7 @@ usage : |-
72
72
### Complete Function
73
73
```hcl
74
74
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 "
76
76
name = "lambda"
77
77
application = "clouddrove"
78
78
environment = "test"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ provider "aws" {
3
3
}
4
4
5
5
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 "
7
7
8
8
name = " lambda"
9
9
application = " clouddrove"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ provider "aws" {
3
3
}
4
4
5
5
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 "
7
7
8
8
name = " lambda"
9
9
application = " clouddrove"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ provider "aws" {
3
3
}
4
4
5
5
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 "
7
7
8
8
name = " lambda"
9
9
application = " clouddrove"
You can’t perform that action at this time.
0 commit comments