From 42cbf37b6f0047cb8c492c705d393284182dbb2e Mon Sep 17 00:00:00 2001 From: Scott McAndrew <30434343+scottymcandrew@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:50:51 +0100 Subject: [PATCH] Update ec2.tf --- aws/ec2.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/ec2.tf b/aws/ec2.tf index 019ebac..96dc39a 100644 --- a/aws/ec2.tf +++ b/aws/ec2.tf @@ -1,5 +1,5 @@ resource "aws_instance" "web_host" { - # ec2 have plain text secrets in user data + # ec2 have plain text secrets in user data... ami = "${var.ami}" instance_type = "t2.nano"