Skip to content

Commit 416d7bf

Browse files
committed
remove irrelevant variable
1 parent 6d2a3f4 commit 416d7bf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ variable "codedeploy_service_role_arn" {
1313
description = "ARN of the IAM Role for the CodeDeploy to use to initiate new deployments. (usually the PowerBuilder Role)"
1414
}
1515

16-
variable "codedeploy_termination_wait_time" {
17-
type = number
18-
description = "The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment. Defaults to 15"
19-
default = 15
20-
}
21-
2216
variable "lambda_src_dir" {
2317
type = string
2418
description = "Directory that contains your lambda source code"

0 commit comments

Comments
 (0)