Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add new coder_parameter datasource to terraform, and process these during template imports #3906

Closed as not planned
Assignees
kylecarbs
Labels
staleThis issue is like stale bread.
@deansheather

Description

@deansheather

Add a new datasource typecoder_parameter which can be used instead of native terraform variables:

data"coder_parameter""test" {title="this is a test var"description="hi"type="number"level="workspace"immutable=truerequired=truevalidation={    max=10    min=0    regex="(?i)^s"# options only applies for type = "string"    options= [      {        name="option 1"        value="option_1"        description="option 1 description"      }    ]  }}

and used likedata.coder_parameter.test.value (syntax subject to change).

Also, process these objects during plans so we can store them as parameters in the database as well as their validations and stuff.

Metadata

Metadata

Assignees

Labels

staleThis issue is like stale bread.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp