Skip to content

Commit 1d71ffa

Browse files
committed
Merge pull request hashicorp#4139 from hashicorp/aws-sg-doc-update
providers/aws: Update Security Group docs
2 parents f80655b + 35b18ce commit 1d71ffa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/source/docs/providers/aws/r/security_group.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ resource "aws_security_group" "allow_all" {
6666

6767
The following arguments are supported:
6868

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

0 commit comments

Comments
 (0)