We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaae9be commit 8b5b61cCopy full SHA for 8b5b61c
examples/local-development/main.tf
@@ -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