Allow Terraform step script packages to have deploy.ps1 scripts
Script packages used in a terraform step should be able to execute deploy.ps1 files, like all other script packages. This would support use cases such as needing to perform a custom terraform command, or do some dynamic editing of .tf files (say download some from a common http location), or special config for your backend (as this is a bit painful in regular terraform).
2
votes
