File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
79
79
``` hcl
80
80
module "lambda" {
81
81
source = "clouddrove/lambda/aws"
82
- version = "1.0.1 "
82
+ version = "1.3.0 "
83
83
name = "lambda"
84
84
environment = "test"
85
85
label_order = ["name","environment"]
@@ -96,7 +96,7 @@ Here are some examples of how you can use this module in your inventory structur
96
96
``` hcl
97
97
module "lambda" {
98
98
source = "clouddrove/lambda/aws"
99
- version = "1.0.1 "
99
+ version = "1.3.0 "
100
100
name = "lambda"
101
101
environment = "test"
102
102
label_order = ["name","environment"]
@@ -114,7 +114,7 @@ Here are some examples of how you can use this module in your inventory structur
114
114
``` hcl
115
115
module "lambda" {
116
116
source = "clouddrove/lambda/aws"
117
- version = "1.0.1 "
117
+ version = "1.3.0 "
118
118
119
119
name = "lambda"
120
120
environment = "test"
You can’t perform that action at this time.
0 commit comments