File tree Expand file tree Collapse file tree
website/source/docs/providers/aws/r Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: "aws"
33page_title : " AWS: aws_security_group"
44sidebar_current : " docs-aws-resource-security-group"
55description : |-
6- Provides an security group resource.
6+ Provides a security group resource.
77---
88
99# aws\_ security\_ group
@@ -67,7 +67,7 @@ resource "aws_security_group" "allow_all" {
6767The following arguments are supported:
6868
6969* ` name ` - (Required) The name of the security group
70- * ` description ` - (Required ) The security group description.
70+ * ` description ` - (Optional ) The security group description. Defaults to "Managed by Terraform". Cannot be "" .
7171* ` ingress ` - (Optional) Can be specified multiple times for each
7272 ingress rule. Each ingress block supports fields documented below.
7373* ` egress ` - (Optional, VPC only) Can be specified multiple times for each
You can’t perform that action at this time.
0 commit comments