providers/aws: Update Security Group docs
This commit is contained in:
parent
f80655b1ce
commit
35b18ceb29
|
@ -66,7 +66,8 @@ resource "aws_security_group" "allow_all" {
|
||||||
|
|
||||||
The following arguments are supported:
|
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 "".
|
* `description` - (Optional) The security group description. Defaults to "Managed by Terraform". Cannot be "".
|
||||||
* `ingress` - (Optional) Can be specified multiple times for each
|
* `ingress` - (Optional) Can be specified multiple times for each
|
||||||
ingress rule. Each ingress block supports fields documented below.
|
ingress rule. Each ingress block supports fields documented below.
|
||||||
|
|
Loading…
Reference in New Issue