We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0bf90 commit 61617f3Copy full SHA for 61617f3
variables.tf
@@ -43,6 +43,7 @@ variable "port" {
43
variable "requires_compatibilities" {
44
description = " A set of launch types required by the task. The valid values are EC2 and FARGATE."
45
type = list(string)
46
+ default = ["FARGATE"]
47
}
48
49
variable "secret_environment_variables" {
0 commit comments