Merge pull request #1831 from josharian/doc-sg
website: update aws security description docs
This commit is contained in:
commit
cc955e449f
|
@ -3,7 +3,7 @@ layout: "aws"
|
||||||
page_title: "AWS: aws_security_group"
|
page_title: "AWS: aws_security_group"
|
||||||
sidebar_current: "docs-aws-resource-security-group"
|
sidebar_current: "docs-aws-resource-security-group"
|
||||||
description: |-
|
description: |-
|
||||||
Provides an security group resource.
|
Provides a security group resource.
|
||||||
---
|
---
|
||||||
|
|
||||||
# aws\_security\_group
|
# aws\_security\_group
|
||||||
|
@ -67,7 +67,7 @@ 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` - (Required) The name of the security group
|
||||||
* `description` - (Required) The security group description.
|
* `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.
|
||||||
* `egress` - (Optional, VPC only) Can be specified multiple times for each
|
* `egress` - (Optional, VPC only) Can be specified multiple times for each
|
||||||
|
|
Loading…
Reference in New Issue