Merge pull request #405 from paul91/patch-1

website: Removing duplicate example and unclosed code block
This commit is contained in:
Mitchell Hashimoto 2014-10-14 14:50:02 -07:00
commit 40ec61685c
1 changed files with 0 additions and 7 deletions

View File

@ -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"