Skip to content

Commit 483a189

Browse files
Merge pull request #207 from matthieu-sgi/patch-1
Fix project documentation admin_privileges to required
2 parents 1ada480 + 10adc82 commit 483a189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ resource "project" "myproject" {
7171

7272
- `display_name` (String) Also known as project name on the UI
7373
- `key` (String) The Project Key is added as a prefix to resources created within a Project. This field is mandatory and supports only 2 - 32 lowercase alphanumeric and hyphen characters. Must begin with a letter. For example: `us1a-test`.
74+
- `admin_privileges` (Block Set) (see [below for nested schema](#nestedblock--admin_privileges))
7475

7576
### Optional
7677

77-
- `admin_privileges` (Block Set) (see [below for nested schema](#nestedblock--admin_privileges))
7878
- `block_deployments_on_limit` (Boolean) Block deployment of artifacts if storage quota is exceeded.
7979

8080
~>This setting only applies to self-hosted environment. See [Manage Storage Quotas](https://jfrog.com/help/r/jfrog-platform-administration-documentation/manage-storage-quotas).

0 commit comments

Comments
 (0)