File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
examples/data-sources/coder_parameter Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ data "coder_parameter" "example" {
2424 option {
2525 value = "us-central1-a"
2626 name = "US Central"
27- icon = "/icon/usa.svg "
27+ icon = "/icons/1f1fa-1f1f8.png "
2828 }
2929 option {
30- value = "asia-central1 -a"
31- name = "Asia "
32- icon = "/icon/asia.svg "
30+ value = "asia-southeast1 -a"
31+ name = "Singapore "
32+ icon = "/icons/1f1f8-1f1ec.png "
3333 }
3434}
3535
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ data "coder_parameter" "example" {
99 option {
1010 value = " us-central1-a"
1111 name = " US Central"
12- icon = " /icon/usa.svg "
12+ icon = " /icons/1f1fa-1f1f8.png "
1313 }
1414 option {
15- value = " asia-central1 -a"
16- name = " Asia "
17- icon = " /icon/asia.svg "
15+ value = " asia-southeast1 -a"
16+ name = " Singapore "
17+ icon = " /icons/1f1f8-1f1ec.png "
1818 }
1919}
2020
You can’t perform that action at this time.
0 commit comments