We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f80655b + 35b18ce commit 1d71ffaCopy full SHA for 1d71ffa
1 file changed
website/source/docs/providers/aws/r/security_group.html.markdown
@@ -66,7 +66,8 @@ resource "aws_security_group" "allow_all" {
66
67
The following arguments are supported:
68
69
-* `name` - (Required) The name of the security group
+* `name` - (Optional) The name of the security group. If omitted, Terraform will
70
+assign a random, unique name
71
* `description` - (Optional) The security group description. Defaults to "Managed by Terraform". Cannot be "".
72
* `ingress` - (Optional) Can be specified multiple times for each
73
ingress rule. Each ingress block supports fields documented below.
0 commit comments