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 9, 2023
1 parent 98bcd2c commit f582953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 "sqs" {
source = "clouddrove/sqs/aws"
version = "1.0.1"
version = "1.3.0"
name = "sqs-fifo"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -91,7 +91,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "sqs" {
source = "clouddrove/sqs/aws"
version = "1.0.1"
version = "1.3.0"
name = "sqs"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit f582953

Please sign in to comment.