Skip to content

Commit 61617f3

Browse files
committed
set default comapatibility to fargate
1 parent 0b0bf90 commit 61617f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ variable "port" {
4343
variable "requires_compatibilities" {
4444
description = " A set of launch types required by the task. The valid values are EC2 and FARGATE."
4545
type = list(string)
46+
default = ["FARGATE"]
4647
}
4748

4849
variable "secret_environment_variables" {

0 commit comments

Comments
 (0)