Skip to content

Commit

Permalink
Bump tedilabs/network/aws from 0.26.0 to 0.32.1 in /modules/msk-cluster
Browse files Browse the repository at this point in the history
Bumps [tedilabs/network/aws](https://github.com/tedilabs/terraform-aws-network) from 0.26.0 to 0.32.1.
- [Release notes](https://github.com/tedilabs/terraform-aws-network/releases)
- [Commits](tedilabs/terraform-aws-network@v0.26.0...v0.32.1)

---
updated-dependencies:
- dependency-name: tedilabs/network/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 88f406e commit 97287bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/msk-cluster/security-group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {

module "security_group" {
source = "tedilabs/network/aws//modules/security-group"
version = "0.26.0"
version = "0.32.1"

count = length(var.broker_allowed_ingress_cidrs) > 0 ? 1 : 0

Expand Down

0 comments on commit 97287bd

Please sign in to comment.