From cceb1943bb3e887098875d6dc926e85518d8c9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Yuri=20Danzos=20Garc=C3=ADa?= <89027050+danzosr@users.noreply.github.com> Date: Tue, 23 Dec 2025 15:44:28 -0700 Subject: [PATCH] Initial commit --- main.tf | 1 + outputs.tf | 1 + variables.tf | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/main.tf b/main.tf index cabe50d947..9294f76350 100644 --- a/main.tf +++ b/main.tf @@ -21,3 +21,4 @@ resource "aws_instance" "web" { Name = "HelloWorld" } } + \ No newline at end of file diff --git a/outputs.tf b/outputs.tf index c429b19b48..273a42b627 100644 --- a/outputs.tf +++ b/outputs.tf @@ -5,3 +5,4 @@ output "instance_ami" { output "instance_arn" { value = aws_instance.web.arn } + \ No newline at end of file diff --git a/variables.tf b/variables.tf index 60856bc925..bac8ffce00 100644 --- a/variables.tf +++ b/variables.tf @@ -1,4 +1,4 @@ variable "instance_type" { description = "Type of EC2 instance to provision" default = "t3.nano" -} +}