PaloAltoNetworks / panhandler

Panhandler is a tool to manage config snippets and Skillets for PAN-OS devices
Apache License 2.0
41 stars 19 forks source link

FR: Need to be able to manage terraform state files #160

Closed nembery closed 4 years ago

nembery commented 4 years ago

Currently, can only deploy 1 terraform project at a time due to the way terraform handles state files. In Azure, we can allow multiple project deployments as we have resource groups.

Should possibly allow backing up and restoring old terraform state files, or providing a list of 'old' state files and allowing the user to pick which one to destroy or refresh

New deployments should have the option to update existing state, or create a new one