blinqas / station

Use Station to create secure and automated environments for your workloads in Azure
MIT License
7 stars 1 forks source link

Feature: Add support for selecting execution mode for each workspace #170

Open SanderBlom opened 1 month ago

SanderBlom commented 1 month ago

Feature Description

If you use a terraform agent to execute the jobs you can choose to use this on all workspaces by enabling this from the org settings or you can select it on each workspace. It would be great to be able to do this using station.

Problem and Motivation

We had a customer who wanted to use a private terraform agent in K8s, and we noticed that this was currently not supported in station.

Possible Implementation

The tfe_workspace_settings resource can probably be used to enable this functionality.