Skip to content

Commit

Permalink
Add doc for jpd resource
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Jul 15, 2024
1 parent b458568 commit dd5e6c2
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions docs/resources/jpd.md
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)

0 comments on commit dd5e6c2

Please sign in to comment.