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 27, 2023
1 parent fa3fd1b commit 37f0fa0
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 "acm" {
source = "clouddrove/acm/aws"
version = "1.0.1"
version = "1.3.0"
name = "certificate"
environment = "test"
label_order = ["name","environment"]
Expand All @@ -94,7 +94,7 @@ module "acm" {
```hcl
module "acm" {
source = "clouddrove/acm/aws"
version = "1.0.1"
version = "1.3.0"
name = "certificate"
environment = "test"
label_order = ["name","environment"]
Expand All @@ -109,7 +109,7 @@ module "acm" {
```hcl
module "acm" {
source = "clouddrove/acm/aws"
version = "1.0.1"
version = "1.3.0"
name = "certificate"
environment = "test"
label_order = ["name","environment"]
Expand Down

0 comments on commit 37f0fa0

Please sign in to comment.