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" {
145145}
146146
147147variable "network_mode" {
148- default = " bridge "
148+ default = " awsvpc "
149149 description = " The Docker networking mode to use for the containers in the task"
150150}
151151
@@ -164,7 +164,7 @@ variable "placement_constraints" {
164164}
165165
166166variable "portMappings" {
167- default = []
167+ default = [{ containerPort = 80 } ]
168168 description = " The list of port mappings for the container"
169169 type = list (any )
170170}
@@ -196,7 +196,7 @@ variable "repositoryCredentials" {
196196}
197197
198198variable "requires_compatibilities" {
199- default = []
199+ default = [" FARGATE " ]
200200 description = " The launch type required by the task"
201201 type = list (string )
202202}
You can’t perform that action at this time.
0 commit comments