Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: tedilabs/network/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent cb0aa33 commit 4f10d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks-node-group/security-group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ locals {

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

count = var.default_security_group.enabled ? 1 : 0

Expand Down

0 comments on commit 4f10d90

Please sign in to comment.