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

coder_parameter doc has examples with country icons that don't exist #336

Closed
Assignees
matifali
@mattlqx

Description

@mattlqx

https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter cites:

data "coder_parameter" "example" {  name        = "Region"  description = "Specify a region to place your workspace."  mutable     = false  type        = "string"  default     = "asia-central1-a"  option {    value = "us-central1-a"    name  = "US Central"    icon  = "/icon/usa.svg"  }  option {    value = "asia-central1-a"    name  = "Asia"    icon  = "/icon/asia.svg"  }}

These country icons do not currently exist in 2.18.4. In fact, when you go to a URL likehttps://coder.example.com/icon/usa.svg, you'll get a 200 with no body that does some XHR that returns this back to the view:

Image

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp