We need the ability to add new machine parameters when creating a new drp_machine resource. It does not look like this is possible, it looks like only option is to add new profiles to a machine. I tried to add the Params to the the terraform config but that seemed to override the existing machine parameters with new ones as opposed to appending.
Params = { "myparam1" = "param value" }