You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) Log configuration options to send to a custom log driver for the container. For more details, see https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html"
162
+
type=object({
163
+
logDriver =string
164
+
options =map(string)
165
+
secretOptions =list(object({
166
+
name =string
167
+
valueFrom =string
168
+
}))
169
+
})
170
+
default=null
171
+
}
172
+
159
173
variable"mount_points" {
160
174
description="(Optional) Container mount points. This is a list of maps, where each map should contain a `containerPath` and `sourceVolume`"
0 commit comments