Skip to content

Commit 2573e7e

Browse files
committed
update README.md
1 parent 463f125 commit 2573e7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
7979
```hcl
8080
module "lambda" {
8181
source = "clouddrove/lambda/aws"
82-
version = "1.0.1"
82+
version = "1.3.0"
8383
name = "lambda"
8484
environment = "test"
8585
label_order = ["name","environment"]
@@ -96,7 +96,7 @@ Here are some examples of how you can use this module in your inventory structur
9696
```hcl
9797
module "lambda" {
9898
source = "clouddrove/lambda/aws"
99-
version = "1.0.1"
99+
version = "1.3.0"
100100
name = "lambda"
101101
environment = "test"
102102
label_order = ["name","environment"]
@@ -114,7 +114,7 @@ Here are some examples of how you can use this module in your inventory structur
114114
```hcl
115115
module "lambda" {
116116
source = "clouddrove/lambda/aws"
117-
version = "1.0.1"
117+
version = "1.3.0"
118118
119119
name = "lambda"
120120
environment = "test"

0 commit comments

Comments
 (0)