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 Feb 22, 2023
1 parent c4699b6 commit 32af625
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 "alarm" {
source = "clouddrove/cloudwatch-alarms/aws"
version = "1.0.1"
version = "1.3.0"
name = "alarm"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -106,7 +106,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "alarm" {
source = "clouddrove/cloudwatch-alarms/aws"
version = "1.0.1"
version = "1.3.0"
name = "alarm"
environment = "test"
label_order = ["name", "environment"]
Expand Down Expand Up @@ -144,7 +144,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "alarm" {
source = "clouddrove/cloudwatch-alarms/aws"
version = "1.0.1"
version = "1.3.0"
name = "alarm"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit 32af625

Please sign in to comment.