Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Mar 7, 2015
1 parent 222aa12 commit ba5b19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -199,7 +199,7 @@ end

```ruby
Resources do
_include 'template2.rb'
_include 'template2.rb', :ami_id => 'ami-XXXXXXXX'
end
```

Expand All @@ -209,7 +209,7 @@ end
myEC2Instance do
Type "AWS::EC2::Instance"
Properties do
ImageId "ami-XXXXXXXX"
ImageId args[:ami_id]
InstanceType { Ref "InstanceType" }
KeyName "your_key_name"
end
Expand Down

0 comments on commit ba5b19e

Please sign in to comment.