Skip to content

Commit 27916ce

Browse files
author
Pål-Magnus Slåtto
committed
(docs): Inform about potential traffic blocking
1 parent 75baa5b commit 27916ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/security_group.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ 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.
25+
2426
## Example Usage
2527

2628
### Basic Usage

0 commit comments

Comments
 (0)