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

Ephemeral parameter value not passed to provider when selected in "Build options" #8654

Closed
Assignees
BrunoQuaresma
Labels
siteArea: frontend dashboard
@aaronlehmann

Description

@aaronlehmann

Trying out the new "ephemeral parameters" feature, I made this parameter in my template ephemeral:

data "coder_parameter" "rebuild_devcontainer" {  name         = "rebuild_devcontainer"  display_name = "Force devcontainer rebuild"  type         = "bool"  ephemeral    = true  default      = "false"  mutable      = true  order        = 7}

When I select the non-default value "true" for this parameter in the "Build Options" popup under "Restart", my provider'sUpdate method still sees afalse value in the plan.

image

However, this works as expected if I instead go to Settings->Parameters and change the value there.

cc@mtojek

Metadata

Metadata

Assignees

Labels

siteArea: frontend dashboard

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