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 20, 2023
1 parent dd831c1 commit edc158a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "aurora" {
source = "clouddrove/aurora/aws"
version = "1.0.1"
version = "1.3.0"
name = "backend"
environment = "test"
Expand All @@ -102,7 +102,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "postgres" {
source = "clouddrove/aurora/aws"
version = "1.0.1"
version = "1.3.0"
name = "backend"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -124,7 +124,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "aurora" {
source = "clouddrove/aurora/aws"
version = "1.0.1"
version = "1.3.0"
name = "aurora-mysql-serverless"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -147,7 +147,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "postgres" {
source = "clouddrove/aurora/aws"
version = "1.0.1"
version = "1.3.0"
name = "aurora-Postgres"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit edc158a

Please sign in to comment.