Closed tuier closed 8 years ago
The current format of the provider doesn't allow to use multiple time the same option, it can be useful for some docker option (log-opt).
Syntax change: Old:
parameters { hostname = "a.corp.org" }
New:
parameters { parameter { key = "hostname" value = "a.corp.org" } }
Can one of the admins verify this patch?
@tuier Ah, I see what you mean For multiple parameters of the same key. That makes sense.
@tuier Thanks for the patch!
The current format of the provider doesn't allow to use multiple time the same option, it can be useful for some docker option (log-opt).
Syntax change: Old:
New: