Skip to content

Commit fa2e89a

Browse files
committed
website: update aws security description docs
1 parent 37c56d0 commit fa2e89a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "aws"
33
page_title: "AWS: aws_security_group"
44
sidebar_current: "docs-aws-resource-security-group"
55
description: |-
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" {
6767
The 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

0 commit comments

Comments
 (0)