cvbarros / terraform-provider-teamcity

Terraform Provider for Jetbrains TeamCity CI server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request - Build Parameters with Custom "Specs"

MattHodge opened this issue · comments

The 3 main build parameter types are supported by this resource:

  • Configuration Parameters
  • System Properties
  • Environment Variables

Currently, you cannot provide the "Spec" to the parameters though:

image

This feature would allow creating parameters that are hidden or prompt the user for input via the resource.

This is dependant on SDK implementation on: cvbarros/go-teamcity#38