We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a0d8b commit 004e73bCopy full SHA for 004e73b
terraform/aws-ec2/main.tf
@@ -49,7 +49,7 @@ module "security_group" {
49
50
module "ec2_instance" {
51
source = "terraform-aws-modules/ec2-instance/aws"
52
- version = "4.5.0"
+ version = "5.3.1"
53
instance_count = 1
54
55
name = "openssh-server"
0 commit comments