You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="ARN of the IAM Role for the CodeDeploy to use to initiate new deployments. (usually the PowerBuilder Role)"
14
14
}
15
15
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
-
22
16
variable"lambda_src_dir" {
23
17
type=string
24
18
description="Directory that contains your lambda source code"
0 commit comments