puppetlabs / puppetlabs-pecdm

Puppet Bolt driven fusion of puppetlabs/peadm and Terraform.
Apache License 2.0
14 stars 19 forks source link

Permit passing ssh_pub_key_file to autope::destroy #51

Closed reidmv closed 3 years ago

reidmv commented 3 years ago

The Terraform code expects/requires that the value of the ssh_key var is a valid file. Until or unless that changes, permit passing this value in destroy, to account for the situation where the default value for the param does not point to a real file location.