Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/security-group/aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2023
1 parent 56f2836 commit 506ebc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/module/alb/security.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "load_balancer_security" {
source = "terraform-aws-modules/security-group/aws"
version = "4.17.1"
version = "5.0.0"
name = "${var.service_name}-load-balancer-group"
description = "${var.service_name} load balancer security group"
vpc_id = var.vpc_id
Expand Down
2 changes: 1 addition & 1 deletion infra/module/autoscale/security.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "load_balancer_security" {
source = "terraform-aws-modules/security-group/aws"
version = "4.17.1"
version = "5.0.0"
name = "${var.autoscaling_name}-load-balancer-group"
description = "${var.autoscaling_name} load balancer security group"
vpc_id = var.vpc_id
Expand Down

0 comments on commit 506ebc9

Please sign in to comment.