OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
171 stars 504 forks source link

Support windows workers when exporting a project to terraform #1397

Closed mcasperson closed 1 year ago

mcasperson commented 1 year ago

Background

The original step template was required to be run in a Linux environment. This PR updates the step to support running on the default Windows dynamic workers without any additional tooling preinstalled.

Results

Before

The step would fail to download Linux Docker images in a Windows dynamic worker.

After

The step now works on the Windows dynamic workers without any additional configuration.

Pre-requisites

Fixes # . If there is an open issue that this PR fixes add it here, otherwise just remove this line