Merge branch '14745-azure-cloud-driver-fixups'
[arvados.git] / sdk / go / arvados / config.go
index 5491200cb39350b8ad9dcb79712b0e8bd93ed90a..636cf350c151b150c59a96c45c312ea7af6d45c2 100644 (file)
@@ -143,7 +143,7 @@ type CloudVMs struct {
        ImageID string
 
        Driver           string
-       DriverParameters map[string]interface{}
+       DriverParameters json.RawMessage
 }
 
 type InstanceTypeMap map[string]InstanceType