Skip to content

Commit

Permalink
Merge pull request #26 from jfrog/update-doc
Browse files Browse the repository at this point in the history
Remove Self-Hosted limitation notice
  • Loading branch information
alexhung authored Oct 29, 2024
2 parents 2014a4f + 8abd8a5 commit f68b80e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docs/resources/jpd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ 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.

## Example Usage

```terraform
Expand Down
2 changes: 1 addition & 1 deletion pkg/missioncontrol/resource_jpd.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (r *jpdResource) Schema(ctx context.Context, req resource.SchemaRequest, re
Computed: true,
},
},
MarkdownDescription: "Provides a [JFrog Platform Deployment](https://jfrog.com/help/r/jfrog-platform-administration-documentation/manage-platform-deployments) resource to manage JPD.\n\n~>Supported on the Self-Hosted platform, with an Enterprise X or Enterprise+ license.",
MarkdownDescription: "Provides a [JFrog Platform Deployment](https://jfrog.com/help/r/jfrog-platform-administration-documentation/manage-platform-deployments) resource to manage JPD.",
}
}

Expand Down

0 comments on commit f68b80e

Please sign in to comment.