From 3f5a9b70d8522ad17324f829a0ae82f33a16803c Mon Sep 17 00:00:00 2001 From: Paul Lewis Date: Tue, 14 Oct 2014 17:47:23 -0400 Subject: [PATCH] Removing duplicate example and unclosed code block --- website/source/docs/providers/aws/r/instance.html.markdown | 7 ------- 1 file changed, 7 deletions(-) diff --git a/website/source/docs/providers/aws/r/instance.html.markdown b/website/source/docs/providers/aws/r/instance.html.markdown index 794e17c19..48ab4bd81 100644 --- a/website/source/docs/providers/aws/r/instance.html.markdown +++ b/website/source/docs/providers/aws/r/instance.html.markdown @@ -12,13 +12,6 @@ and deleted. Instances also support [provisioning](/docs/provisioners/index.html ## Example Usage ``` -# Create a new instance of the ami-1234 on an m1.small node -resource "aws_instance" "web" { - ami = "ami-1234" - instance_type = "m1.small" -} -``` - # Create a new instance of the ami-1234 on an m1.small node with an AWS Tag naming it "HelloWorld" resource "aws_instance" "web" { ami = "ami-1234"