Skip to content

Commit

Permalink
providers/aws: Update Security Group docs
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Dec 2, 2015
1 parent f80655b commit 35b18ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ resource "aws_security_group" "allow_all" {

The following arguments are supported:

* `name` - (Required) The name of the security group
* `name` - (Optional) The name of the security group. If omitted, Terraform will
assign a random, unique name
* `description` - (Optional) The security group description. Defaults to "Managed by Terraform". Cannot be "".
* `ingress` - (Optional) Can be specified multiple times for each
ingress rule. Each ingress block supports fields documented below.
Expand Down

0 comments on commit 35b18ce

Please sign in to comment.