diff --git a/terraform/aws/ec2.tf b/terraform/aws/ec2.tf index c1778acb1c..804a4e4025 100644 --- a/terraform/aws/ec2.tf +++ b/terraform/aws/ec2.tf @@ -1,6 +1,6 @@ resource "aws_instance" "web_host" { # ec2 have plain text secrets in user data - ami = "${var.ami}" + ami = "${var.ami}" # test instance_type = "t2.nano" vpc_security_group_ids = [