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" -} +}