Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Jan 26, 2023
1 parent 463f125 commit 2573e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "lambda" {
source = "clouddrove/lambda/aws"
version = "1.0.1"
version = "1.3.0"
name = "lambda"
environment = "test"
label_order = ["name","environment"]
Expand All @@ -96,7 +96,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "lambda" {
source = "clouddrove/lambda/aws"
version = "1.0.1"
version = "1.3.0"
name = "lambda"
environment = "test"
label_order = ["name","environment"]
Expand All @@ -114,7 +114,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "lambda" {
source = "clouddrove/lambda/aws"
version = "1.0.1"
version = "1.3.0"
name = "lambda"
environment = "test"
Expand Down

0 comments on commit 2573e7e

Please sign in to comment.