Skip to content

Commit

Permalink
Enhance docs for resources that depend on Lambda ENIs (#4392)
Browse files Browse the repository at this point in the history
The ENIs created by AWS Lambda get slowly cleaned up (~35mins) and
because of that the provider has special delete logic for subnets and
security groups that are associated with Lambda ENIs.
For cleaning those up, it will wait up to 45 minutes until the ENIs are
freed up even if users specify a shorter timeout. See [Source
Code](https://github.com/hashicorp/terraform-provider-aws/blob/be7be81584b81d7b40c0a317882d6666da4444a3/internal/service/ec2/vpc_network_interface.go#L1485-L1489).

This change makes it clearer in the docs that this is happening.

resolves #4382
  • Loading branch information
flostadler authored Aug 23, 2024
1 parent d1778c5 commit 7313dc5
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-aws/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/dotnet/Ec2/SecurityGroup.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/dotnet/Ec2/Subnet.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/dotnet/Lambda/Function.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/go/aws/ec2/securityGroup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/go/aws/ec2/subnet.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/go/aws/lambda/function.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/java/src/main/java/com/pulumi/aws/ec2/Subnet.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/java/src/main/java/com/pulumi/aws/lambda/Function.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/nodejs/ec2/securityGroup.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/nodejs/ec2/subnet.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/nodejs/lambda/function.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/python/pulumi_aws/ec2/security_group.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/python/pulumi_aws/ec2/subnet.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7313dc5

Please sign in to comment.