Skip to content

Commit

Permalink
Merge pull request #5 from guillaume-dussault/main
Browse files Browse the repository at this point in the history
fix: bump of version nventive/lb/aws module for the creating of ACL o…
  • Loading branch information
guillaume-dussault authored Oct 13, 2023
2 parents 8338c4f + c380f47 commit e68ea19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module "ecs_cluster" {
|------|--------|---------|
| <a name="module_alb_dns_alias"></a> [alb\_dns\_alias](#module\_alb\_dns\_alias) | cloudposse/route53-alias/aws | 0.13.0 |
| <a name="module_kms_key"></a> [kms\_key](#module\_kms\_key) | cloudposse/kms-key/aws | 0.12.1 |
| <a name="module_lb"></a> [lb](#module\_lb) | nventive/lb/aws | 1.0.0 |
| <a name="module_lb"></a> [lb](#module\_lb) | nventive/lb/aws | 1.0.1 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ data "aws_subnet" "lb" {

module "lb" {
source = "nventive/lb/aws"
version = "1.0.0"
version = "1.0.1"
enabled = local.alb_enabled && local.enabled

subnet_ids = var.subnet_ids
Expand Down

0 comments on commit e68ea19

Please sign in to comment.