Skip to content

Commit eff8a5c

Browse files
committed
make fmt
1 parent a270664 commit eff8a5c

File tree

1 file changed

+6
-6
lines changed
  • examples/templates/aws-devcontainer

1 file changed

+6
-6
lines changed

examples/templates/aws-devcontainer/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ data "coder_parameter" "instance_type" {
8989
}
9090

9191
data "coder_parameter" "root_volume_size_gb" {
92-
name = "root_volume_size_gb"
92+
name = "root_volume_size_gb"
9393
display_name = "Root Volume Size (GB)"
94-
description = "How large should the root volume for the instance be?"
95-
default = 30
96-
type = "number"
97-
mutable = true
94+
description = "How large should the root volume for the instance be?"
95+
default = 30
96+
type = "number"
97+
mutable = true
9898
validation {
99-
min = 1
99+
min = 1
100100
monotonic = "increasing"
101101
}
102102
}

0 commit comments

Comments
 (0)