Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/ec2-instance/aws to v5
Browse files Browse the repository at this point in the history
Update terraform-aws-modules/ec2-instance/aws from 4.5.0 to 5.4.0

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Aug 30, 2023
1 parent 8125419 commit 79c85ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws-ec2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module "security_group" {

module "ec2_instance" {
source = "terraform-aws-modules/ec2-instance/aws"
version = "4.5.0"
version = "5.4.0"
instance_count = 1

name = "openssh-server"
Expand Down

0 comments on commit 79c85ab

Please sign in to comment.