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

Commitb4c46e0

Browse files
committed
fix typo to fix icons
1 parentdcb34e2 commitb4c46e0

File tree

1 file changed

+2
-2
lines changed
  • examples/templates/azure-linux

1 file changed

+2
-2
lines changed

‎examples/templates/azure-linux/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ data "coder_parameter" "instance_type" {
153153
name="Instance Type"
154154
description="What instance type should your workspace use?"
155155
default="Standard_B4ms"
156-
icon="/icons/azure.png"
156+
icon="/icon/azure.png"
157157
mutable=false
158158
option {
159159
name="Standard_B1ms (1 vCPU, 2 GiB RAM)"
@@ -206,7 +206,7 @@ data "coder_parameter" "home_size" {
206206
description="How large would you like your home volume to be (in GB)?"
207207
default=20
208208
type="number"
209-
icon="/icons/azure.png"
209+
icon="/icon/azure.png"
210210
mutable=false
211211
validation {
212212
min=1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp