Skip to content

Commit

Permalink
Update variables.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 99c28fa commit 397002e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ variable "timeouts" {
default = {}
}

variable "lambda_skip_destroy" {
description = "(Optional) Set to true if you do not wish the function to be deleted at destroy time, and instead just remove the function from the Terraform state."
type = bool
default = null
}

###############
# Function URL
###############
Expand Down

0 comments on commit 397002e

Please sign in to comment.