Skip to content

Commit 397002e

Browse files
authored
Update variables.tf - lambda_skip_destroy
1 parent 99c28fa commit 397002e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@ variable "timeouts" {
254254
default = {}
255255
}
256256

257+
variable "lambda_skip_destroy" {
258+
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."
259+
type = bool
260+
default = null
261+
}
262+
257263
###############
258264
# Function URL
259265
###############

0 commit comments

Comments
 (0)