Add required description attribute to aws_security_group example.

This commit is contained in:
Hector Castro 2014-08-02 22:39:22 -04:00
parent cc31db0389
commit 1420e261d7
1 changed files with 2 additions and 0 deletions

View File

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