Skip to content

Commit

Permalink
Merge pull request #144 from hectcastro/valid_aws_security_group_example
Browse files Browse the repository at this point in the history
Add required description attribute to aws_security_group example
  • Loading branch information
pearkes committed Aug 4, 2014
2 parents cc31db0 + 1420e26 commit 2ba5a60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Provides an security group resource.
```
resource "aws_security_group" "allow_all" {
name = "allow_all"
description = "Allow all inbound traffic"
ingress {
from_port = 0
to_port = 65535
Expand Down

0 comments on commit 2ba5a60

Please sign in to comment.