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 18, 2023
1 parent cf576f9 commit 0b911aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 "s3_bucket" {
source = "clouddrove/s3/aws"
version = "1.0.1"
version = "1.3.0"
name = "clouddrove-secure-bucket"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -92,7 +92,7 @@ module "s3_bucket" {
```hcl
module "s3_bucket" {
source = "clouddrove/s3/aws"
version = "1.0.1"
version = "1.3.0"
name = "clouddrove-encryption-bucket"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -106,7 +106,7 @@ module "s3_bucket" {
```hcl
module "s3_bucket" {
source = "clouddrove/s3/aws"
version = "1.0.1"
version = "1.3.0"
name = "clouddrove-logging-encryption-bucket"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -122,7 +122,7 @@ module "s3_bucket" {
```hcl
module "s3_bucket" {
source = "clouddrove/s3/aws"
version = "1.0.1"
version = "1.3.0"
name = "clouddrove-logging-bucket"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -137,7 +137,7 @@ module "s3_bucket" {
```hcl
module "s3_bucket" {
source = "clouddrove/s3/aws"
version = "1.0.1"
version = "1.3.0"
name = "clouddrove-website-bucket"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit 0b911aa

Please sign in to comment.