From 35a69fd322c5adc4c3cbc60cd5e1b36ffb50b283 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Tue, 15 Dec 2015 16:20:24 -0600 Subject: [PATCH] fix whitespace --- website/source/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 353bb94fa..52c8b747b 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -195,7 +195,7 @@

resource "aws_instance" "app" {

count = 5

-

+

ami = "ami-d05e75b8"

instance_type = "t2.micro"

}