Skip to content

Commit 52e4f3f

Browse files
committed
bun fmt
1 parent 11d7787 commit 52e4f3f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

code-server/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ variable "install_version" {
6363
}
6464

6565
variable "share" {
66-
type = string
66+
type = string
6767
default = "owner"
6868
validation {
6969

filebrowser/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "folder" {
4444
}
4545

4646
variable "share" {
47-
type = string
47+
type = string
4848
default = "owner"
4949
validation {
5050

jupyter-notebook/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variable "port" {
2828
}
2929

3030
variable "share" {
31-
type = string
31+
type = string
3232
default = "owner"
3333
validation {
3434

jupyterlab/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variable "port" {
2828
}
2929

3030
variable "share" {
31-
type = string
31+
type = string
3232
default = "owner"
3333
validation {
3434

vscode-web/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variable "folder" {
2727
}
2828

2929
variable "share" {
30-
type = string
30+
type = string
3131
default = "owner"
3232
validation {
3333

0 commit comments

Comments
 (0)