Skip to content

Commit 4bc370c

Browse files
authored
Update security_group.html.markdown
1 parent 27916ce commit 4bc370c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/security_group.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ a conflict of rule settings and will overwrite rules.
2121

2222
~> **NOTE:** Due to [AWS Lambda improved VPC networking changes that began deploying in September 2019](https://aws.amazon.com/blogs/compute/announcing-improved-vpc-networking-for-aws-lambda-functions/), security groups associated with Lambda Functions can take up to 45 minutes to successfully delete. Terraform AWS Provider version 2.31.0 and later automatically handles this increased timeout, however prior versions require setting the [customizable deletion timeout](#timeouts) to 45 minutes (`delete = "45m"`). AWS and HashiCorp are working together to reduce the amount of time required for resource deletion and updates can be tracked in this [GitHub issue](https://github.com/hashicorp/terraform-provider-aws/issues/10329).
2323

24-
~> **NOTE:** The `cidr_blocks` and `ipv6_cidr_blocks` parameters is an optional parameter in the ingress and egress block. If nothing is spesified, the traffic will be blocked as described in the note later in this page redarding Egress rules.
24+
~> **NOTE:** The `cidr_blocks` and `ipv6_cidr_blocks` parameters are optional in the `ingress` and `egress` blocks. If nothing is specified, traffic will be blocked as described in _NOTE on Egress rules_ later.
2525

2626
## Example Usage
2727

0 commit comments

Comments
 (0)