Skip to content

Commit

Permalink
Update main.tf - lambda_skip_destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
catrielg authored Jul 28, 2024
1 parent f48be17 commit 99c28fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ resource "aws_lambda_function" "this" {
code_signing_config_arn = var.code_signing_config_arn
replace_security_groups_on_destroy = var.replace_security_groups_on_destroy
replacement_security_group_ids = var.replacement_security_group_ids
skip_destroy = var.lambda_skip_destroy

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

0 comments on commit 99c28fa

Please sign in to comment.