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 HTTPS certificate of the hosted zone/domain."
62
66
}
63
67
64
-
#variable "use_codedeploy" {
65
-
# type = bool
66
-
# description = "If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (because CodeDeploy will do that)."
67
-
# default = false
68
-
#}
69
-
70
68
variable"codedeploy_service_role_arn" {
71
69
type=string
72
70
description="ARN of the IAM Role for the CodeDeploy to use to initiate new deployments. (usually the PowerBuilder Role)"
0 commit comments