terraform-provider-octopusdeploy icon indicating copy to clipboard operation
terraform-provider-octopusdeploy copied to clipboard

SubstituteInFiles feature on Run a Script action is duplicated everytime a deployment process is updated

Open hnrkndrssn opened this issue 8 months ago • 0 comments

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

  1. Create a deployment process with a Run a Script action
  2. Update deployment process
  3. See duplicate entry of SubstituteInFiles in EnabledFeatures of the script action

Expected behavior SubstituteInFiles should only appear once in EnabledFeatures

hnrkndrssn avatar May 29 '24 02:05 hnrkndrssn