Skip to content

Commit 8b5b61c

Browse files
author
Edu-DevOps
committed
Fixing examples/local-development/main.tf file
1 parent eaae9be commit 8b5b61c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/local-development/main.tf

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# arbitrary example
2+
resource "nexus_blobstore_file" "default" {
3+
name = "blobstore-file"
4+
type = "File"
5+
path = "/nexus-data/blobstore-file"
6+
7+
soft_quota {
8+
limit = 1024000000
9+
type = "spaceRemainingQuota"
10+
}
11+
}

0 commit comments

Comments
 (0)