Skip to content

Commit 8957dfd

Browse files
author
Anton Aleksandrov
committed
Have added type and default value
1 parent d825f42 commit 8957dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ variable "task_definition_arn" {
8383

8484
variable "force_new_deployment"{
8585
description = "(Optional) Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g. myimage:latest), roll Fargate tasks onto a newer platform version, or immediately deploy ordered_placement_strategy and placement_constraints updates."
86+
type = bool
87+
default = false
8688
}
8789

8890
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)