Skip to content

Commit

Permalink
Remove Self-Hosted limitation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Oct 28, 2024
1 parent 2014a4f commit 8abd8a5
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 8abd8a5

Please sign in to comment.