Skip to content

Commit 99c28fa

Browse files
authored
Update main.tf - lambda_skip_destroy
1 parent f48be17 commit 99c28fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ resource "aws_lambda_function" "this" {
4141
code_signing_config_arn = var.code_signing_config_arn
4242
replace_security_groups_on_destroy = var.replace_security_groups_on_destroy
4343
replacement_security_group_ids = var.replacement_security_group_ids
44+
skip_destroy = var.lambda_skip_destroy
4445

4546
/* ephemeral_storage is not supported in gov-cloud region, so it should be set to `null` */
4647
dynamic "ephemeral_storage" {

0 commit comments

Comments
 (0)