Is there a way to pass option to the puppet provisioner?

The puppet provisioner (https://www.terraform.io/docs/provisioners/puppet.html) calls out to puppet-bolt. Puppet’s bolt can accept arguments such as --boltdir and private-key. Is it possible to pass these arguments from the puppet provisioner to the bolt command? If so, how do you do this?

Thank you for your time and your wonderful software :slight_smile: