-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "missioncontrol_jpd Resource - missioncontrol" | ||
subcategory: "" | ||
description: |- | ||
Provides a JFrog Platform Deployment https://jfrog.com/help/r/jfrog-platform-administration-documentation/manage-platform-deployments resource to manage JPD. | ||
~>Supported on the Self-Hosted platform, with an Enterprise X or Enterprise+ license. | ||
--- | ||
|
||
# missioncontrol_jpd (Resource) | ||
|
||
Provides a [JFrog Platform Deployment](https://jfrog.com/help/r/jfrog-platform-administration-documentation/manage-platform-deployments) resource to manage JPD. | ||
~>Supported on the Self-Hosted platform, with an Enterprise X or Enterprise+ license. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `location` (Attributes) The geographical location of the Platform Deployment to be displayed on a global Platform Deployment view (see [below for nested schema](#nestedatt--location)) | ||
- `name` (String) A unique logical name for this Platform Deployment | ||
- `url` (String) The Platform deployment URL: http://<hostname>:<port>/; for example: http://myplatformserver:8082/. Note: For legacy instances, version 6.x and lower, the URL should contain the instance root context: http://<hostname>:<port>/<context>/; for example http://myv6server:8081/artifactory/. URL must ends with trailing slash. | ||
|
||
### Optional | ||
|
||
- `password` (String, Sensitive) Admin password for legacy JPD (Artifactory 6.x). | ||
- `tags` (Set of String) Add labels to be applied for filtering Platform Deployments according to categories for example, location, dedicated centers - dev, testing, production | ||
- `token` (String, Sensitive) JPD join key | ||
- `username` (String) Admin username for legacy JPD (Artifactory 6.x). | ||
|
||
### Read-Only | ||
|
||
- `base_url` (String) | ||
- `cold_storage_jpd` (String) | ||
- `id` (String) The ID of this resource. | ||
- `is_cold_storage` (Boolean) | ||
- `licenses` (Attributes Set) (see [below for nested schema](#nestedatt--licenses)) | ||
- `local` (Boolean) | ||
- `services` (Attributes Set) (see [below for nested schema](#nestedatt--services)) | ||
- `status` (Attributes) (see [below for nested schema](#nestedatt--status)) | ||
|
||
<a id="nestedatt--location"></a> | ||
### Nested Schema for `location` | ||
|
||
Required: | ||
|
||
- `city_name` (String) | ||
- `country_code` (String) 2 letters ISO-3166-2 country code | ||
- `latitude` (Number) | ||
- `longitude` (Number) | ||
|
||
|
||
<a id="nestedatt--licenses"></a> | ||
### Nested Schema for `licenses` | ||
|
||
Read-Only: | ||
|
||
- `expired` (Boolean) | ||
- `license_hash` (String) | ||
- `licensed_to` (String) | ||
- `type` (String) | ||
- `valid_through` (String) | ||
|
||
|
||
<a id="nestedatt--services"></a> | ||
### Nested Schema for `services` | ||
|
||
Read-Only: | ||
|
||
- `status` (Attributes) (see [below for nested schema](#nestedatt--services--status)) | ||
- `type` (String) | ||
|
||
<a id="nestedatt--services--status"></a> | ||
### Nested Schema for `services.status` | ||
|
||
Read-Only: | ||
|
||
- `code` (String) | ||
|
||
|
||
|
||
<a id="nestedatt--status"></a> | ||
### Nested Schema for `status` | ||
|
||
Read-Only: | ||
|
||
- `code` (String) | ||
- `message` (String) | ||
- `warnings` (Set of String) |