Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/ec2-instance/aws …
Browse files Browse the repository at this point in the history
…to v5
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent fb69ce7 commit c53a5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/modules/aws/bastion/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_security_group_rule" "enable_ssh_to_workers" {
module "ec2" {
source = "terraform-aws-modules/ec2-instance/aws"

version = "2.3.0"
version = "5.7.1"
name = var.bastion_name
instance_count = 1
ami = data.aws_ami.centos.id
Expand Down

0 comments on commit c53a5ae

Please sign in to comment.