Merge pull request #405 from paul91/patch-1

website: Removing duplicate example and unclosed code block
pull/422/head
Mitchell Hashimoto 12 years ago
commit 40ec61685c

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

Loading…
Cancel
Save