Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/data-sources/parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ data "coder_parameter" "example" {
option {
value = "us-central1-a"
name = "US Central"
icon = "/icon/usa.svg"
icon = "/icons/1f1fa-1f1f8.png"
}
option {
value = "asia-central1-a"
name = "Asia"
icon = "/icon/asia.svg"
value = "asia-southeast1-a"
name = "Singapore"
icon = "/icons/1f1f8-1f1ec.png"
}
}

Expand Down
8 changes: 4 additions & 4 deletions examples/data-sources/coder_parameter/data-source.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ data "coder_parameter" "example" {
option {
value = "us-central1-a"
name = "US Central"
icon = "/icon/usa.svg"
icon = "/icons/1f1fa-1f1f8.png"
}
option {
value = "asia-central1-a"
name = "Asia"
icon = "/icon/asia.svg"
value = "asia-southeast1-a"
name = "Singapore"
icon = "/icons/1f1f8-1f1ec.png"
}
}

Expand Down
Loading