We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48be17 commit 99c28faCopy full SHA for 99c28fa
main.tf
@@ -41,6 +41,7 @@ resource "aws_lambda_function" "this" {
41
code_signing_config_arn = var.code_signing_config_arn
42
replace_security_groups_on_destroy = var.replace_security_groups_on_destroy
43
replacement_security_group_ids = var.replacement_security_group_ids
44
+ skip_destroy = var.lambda_skip_destroy
45
46
/* ephemeral_storage is not supported in gov-cloud region, so it should be set to `null` */
47
dynamic "ephemeral_storage" {
0 commit comments