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

Commit 9c00071

Browse files
committed
fargate
1 parent 353dccb commit 9c00071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ variable "requires_compatibilities" {
8080

8181
variable "network_mode" {
8282
description = "The network mode, fargate required \"awsvpc\""
83-
default = "Bridge"
83+
default = "bridge"
8484
}
8585

8686
/**

0 commit comments

Comments
 (0)