Skip to content

Commit 2682378

Browse files
committed
docs: fix size in file
1 parent 8f31e2f commit 2682378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/file_filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This resource allows you to define and manage the size, tags, and region of a fi
1818
```terraform
1919
resource scaleway_file_filesystem file {
2020
name = "my-nfs-filesystem"
21-
size_in_gb = 100000000000 # 100 GB
21+
size_in_gb = 100
2222
}
2323
```
2424

templates/resources/file_filesystem.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This resource allows you to define and manage the size, tags, and region of a fi
1919
```terraform
2020
resource scaleway_file_filesystem file {
2121
name = "my-nfs-filesystem"
22-
size_in_gb = 100000000000 # 100 GB
22+
size_in_gb = 100
2323
}
2424
```
2525

0 commit comments

Comments
 (0)