terraform-provider-octopusdeploy
terraform-provider-octopusdeploy copied to clipboard
SubstituteInFiles feature on Run a Script action is duplicated everytime a deployment process is updated
Describe the bug
Seems like every time terraform is used to update a deployment process with a script action on it, SubstituteInFiles
is appended to the list of enabled features on the action. Seems to be this line that is appending it
Steps to reproduce
- Create a deployment process with a
Run a Script
action - Update deployment process
- See duplicate entry of
SubstituteInFiles
inEnabledFeatures
of the script action
Expected behavior
SubstituteInFiles
should only appear once in EnabledFeatures