Skip to content

Commit

Permalink
Update tedilabs/network/aws requirement from ~> 0.31.0 to ~> 0.32.1
Browse files Browse the repository at this point in the history
Updates the requirements on [tedilabs/network/aws](https://github.com/tedilabs/terraform-aws-network) to permit the latest version.
- [Release notes](https://github.com/tedilabs/terraform-aws-network/releases)
- [Commits](tedilabs/terraform-aws-network@v0.31.0...v0.32.1)

---
updated-dependencies:
- dependency-name: tedilabs/network/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent dba66ba commit e3a3864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vpc-interface-endpoint/security-group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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 e3a3864

Please sign in to comment.