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

Feature Request - Build Parameters with Custom "Specs"

Open MattHodge opened this issue 5 years ago • 1 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.

MattHodge avatar Dec 19 '18 10:12 MattHodge

This is dependant on SDK implementation on: https://github.com/cvbarros/go-teamcity-sdk/issues/38

cvbarros avatar Dec 20 '18 07:12 cvbarros