From 48f70e706f1525eca3874e630f99494b09941757 Mon Sep 17 00:00:00 2001 From: Daniel Mikula Date: Wed, 17 May 2023 07:05:47 +0200 Subject: [PATCH] added comment --- ec2.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2.tf b/ec2.tf index efdf55c..eedee2f 100644 --- a/ec2.tf +++ b/ec2.tf @@ -1,5 +1,5 @@ resource "aws_instance" "k3s_box" { - ami = "ami-0889a44b331db0194" # amazon linux + ami = "ami-0889a44b331db0194" # amazon linux us-east-1 instance_type = "t3.small" associate_public_ip_address = true