website: document security group description requirement

This commit is contained in:
Jack Pearkes 2014-07-30 17:59:09 -04:00
parent 4a0ea48814
commit 9c02e41e73
1 changed files with 1 additions and 1 deletions

View File

@ -27,9 +27,9 @@ resource "aws_security_group" "allow_all" {
The following arguments are supported:
* `name` - (Required) The name of the security group
* `description` - (Required) The security group description.
* `ingress` - (Required) Can be specified multiple times for each
ingress rule. Each ingress block supports fields documented below.
* `description` - (Optional) The security group description.
* `vpc_id` - (Optional) The VPC ID.
* `owner_id` - (Optional) The AWS Owner ID.