puppetlabs / puppetlabs-pecdm

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

Ensure terraform has been initialized before destroying #60

Closed jarretlavallee closed 2 years ago

jarretlavallee commented 2 years ago

Prior to this PR, if a user tried to run destroy before doing a provision, the plan would fail because terraform had not been initialized. This PR adds the terraform initialize to the destroy plan to allow the destroy plan to be functional even if there are no deployed instances.