Skip to content

Commit 004e73b

Browse files
Update Terraform terraform-aws-modules/ec2-instance/aws to v5
Update terraform-aws-modules/ec2-instance/aws from 4.5.0 to 5.3.1 Change-type: patch
1 parent 95a0d8b commit 004e73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/aws-ec2/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module "security_group" {
4949

5050
module "ec2_instance" {
5151
source = "terraform-aws-modules/ec2-instance/aws"
52-
version = "4.5.0"
52+
version = "5.3.1"
5353
instance_count = 1
5454

5555
name = "openssh-server"

0 commit comments

Comments
 (0)