Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 2158117

Browse files
committed
fargate
1 parent 4c0c3f9 commit 2158117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ variable "deployment_maximum_percent" {
123123

124124
variable "launch_type" {
125125
description = "The launch type. FARGATE for fargate else blank for default"
126-
default = ""
126+
default = "EC2"
127127
}
128128

129129
variable "requires_compatibilities" {

0 commit comments

Comments
 (0)