File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ variable "name" {
145
145
}
146
146
147
147
variable "network_mode" {
148
- default = " bridge "
148
+ default = " awsvpc "
149
149
description = " The Docker networking mode to use for the containers in the task"
150
150
}
151
151
@@ -164,7 +164,7 @@ variable "placement_constraints" {
164
164
}
165
165
166
166
variable "portMappings" {
167
- default = []
167
+ default = [{ containerPort = 80 } ]
168
168
description = " The list of port mappings for the container"
169
169
type = list (any )
170
170
}
@@ -196,7 +196,7 @@ variable "repositoryCredentials" {
196
196
}
197
197
198
198
variable "requires_compatibilities" {
199
- default = []
199
+ default = [" FARGATE " ]
200
200
description = " The launch type required by the task"
201
201
type = list (string )
202
202
}
You can’t perform that action at this time.
0 commit comments