File tree 2 files changed +8
-8
lines changed
examples/data-sources/coder_parameter
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" {
24
24
option {
25
25
value = "us-central1-a"
26
26
name = "US Central"
27
- icon = "/icon/usa.svg "
27
+ icon = "/icons/1f1fa-1f1f8.png "
28
28
}
29
29
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 "
33
33
}
34
34
}
35
35
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ data "coder_parameter" "example" {
9
9
option {
10
10
value = " us-central1-a"
11
11
name = " US Central"
12
- icon = " /icon/usa.svg "
12
+ icon = " /icons/1f1fa-1f1f8.png "
13
13
}
14
14
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 "
18
18
}
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments