puppetlabs / puppetlabs-terraform

Bolt Terraform plugin
Apache License 2.0
6 stars 18 forks source link

Add `var` and `var_file` params to terraform::refresh #34

Closed timidri closed 9 months ago

timidri commented 9 months ago

This PR adds the var and var_file parameters to the terraform::refresh task invocation when called from the terraform::apply plan.

My previous PR #29 was meant to address this issue but it was closed and superseded by the PR #30 . However, that PR didn't include the change in the terraform::apply plan which was also needed.