Skip to content

Commit a460fba

Browse files
committed
fmt
1 parent af79d0a commit a460fba

File tree

16 files changed

+48
-48
lines changed

16 files changed

+48
-48
lines changed

registry/coder/modules/aider/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ variable "order" {
2525
}
2626

2727
variable "group" {
28-
type = string
29-
description = "The name of a group that this app belongs to."
30-
default = null
28+
type = string
29+
description = "The name of a group that this app belongs to."
30+
default = null
3131
}
3232

3333
variable "icon" {

registry/coder/modules/amazon-dcv-windows/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ variable "order" {
1616
}
1717

1818
variable "group" {
19-
type = string
20-
description = "The name of a group that this app belongs to."
21-
default = null
19+
type = string
20+
description = "The name of a group that this app belongs to."
21+
default = null
2222
}
2323

2424
variable "agent_id" {

registry/coder/modules/amazon-q/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ variable "order" {
2525
}
2626

2727
variable "group" {
28-
type = string
29-
description = "The name of a group that this app belongs to."
30-
default = null
28+
type = string
29+
description = "The name of a group that this app belongs to."
30+
default = null
3131
}
3232

3333
variable "icon" {

registry/coder/modules/claude-code/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ variable "order" {
2525
}
2626

2727
variable "group" {
28-
type = string
29-
description = "The name of a group that this app belongs to."
30-
default = null
28+
type = string
29+
description = "The name of a group that this app belongs to."
30+
default = null
3131
}
3232

3333
variable "icon" {

registry/coder/modules/code-server/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ variable "order" {
9090
}
9191

9292
variable "group" {
93-
type = string
94-
description = "The name of a group that this app belongs to."
95-
default = null
93+
type = string
94+
description = "The name of a group that this app belongs to."
95+
default = null
9696
}
9797

9898
variable "offline" {

registry/coder/modules/cursor/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ variable "order" {
3333
}
3434

3535
variable "group" {
36-
type = string
37-
description = "The name of a group that this app belongs to."
38-
default = null
36+
type = string
37+
description = "The name of a group that this app belongs to."
38+
default = null
3939
}
4040

4141
variable "slug" {

registry/coder/modules/dotfiles/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ variable "order" {
1616
}
1717

1818
variable "group" {
19-
type = string
20-
description = "The name of a group that this app belongs to."
21-
default = null
19+
type = string
20+
description = "The name of a group that this app belongs to."
21+
default = null
2222
}
2323

2424
variable "agent_id" {

registry/coder/modules/filebrowser/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ variable "order" {
6969
}
7070

7171
variable "group" {
72-
type = string
73-
description = "The name of a group that this app belongs to."
74-
default = null
72+
type = string
73+
description = "The name of a group that this app belongs to."
74+
default = null
7575
}
7676

7777
variable "slug" {

registry/coder/modules/goose/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ variable "order" {
2525
}
2626

2727
variable "group" {
28-
type = string
29-
description = "The name of a group that this app belongs to."
30-
default = null
28+
type = string
29+
description = "The name of a group that this app belongs to."
30+
default = null
3131
}
3232

3333
variable "icon" {

registry/coder/modules/jetbrains-gateway/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ variable "order" {
6363
}
6464

6565
variable "group" {
66-
type = string
67-
description = "The name of a group that this app belongs to."
68-
default = null
66+
type = string
67+
description = "The name of a group that this app belongs to."
68+
default = null
6969
}
7070

7171
variable "coder_parameter_order" {

0 commit comments

Comments
 (0)