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 1f83508 commit ccc51e3
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 examples of how you can use this module in your inventory structure:
```hcl
module "alb" {
source = "clouddrove/alb/aws"
version = "1.0.1"
version = "1.3.0"
name = "alb"
internal = false
load_balancer_type = "application"
Expand Down Expand Up @@ -121,7 +121,7 @@ Here are examples of how you can use this module in your inventory structure:
```hcl
module "alb" {
source = "clouddrove/alb/aws"
version = "1.0.1"
version = "1.3.0"
name = "nlb"
internal = false
load_balancer_type = "application"
Expand Down Expand Up @@ -166,7 +166,7 @@ Here are examples of how you can use this module in your inventory structure:
```hcl
module "clb" {
source = "clouddrove/alb/aws"
version = "1.0.1"
version = "1.3.0"
name = "clb"
load_balancer_type = "classic"
Expand Down

0 comments on commit ccc51e3

Please sign in to comment.