Skip to content

Commit

Permalink
Update docs for deprecated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Aug 12, 2024
1 parent 579db5e commit ffba8c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/resources/permission_target.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
subcategory: "Security"
subcategory: "Deprecated"
---
# Artifactory Permission Target Resource

Provides an Artifactory permission target resource. This can be used to create and manage Artifactory permission targets.

~> This resource has been deprecated in favor of [platform_permission](https://registry.terraform.io/providers/jfrog/platform/latest/docs/resources/permission) resource.
!>This resource has been deprecated in favor of [platform_permission](https://registry.terraform.io/providers/jfrog/platform/latest/docs/resources/permission) resource.

## Example Usage

Expand Down
4 changes: 3 additions & 1 deletion docs/resources/release_bundle_custom_webhook.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
subcategory: "Webhook"
subcategory: "Deprecated"
---
# Artifactory Release Bundle Custom Webhook Resource

Provides an Artifactory custom webhook resource. This can be used to register and manage Artifactory webhook subscription which enables you to be notified or notify other users when such events take place in Artifactory.

!>This resource is being deprecated and replaced by `artifactory_destination_custom_webhook` resource.

## Example Usage

```hcl
Expand Down
4 changes: 3 additions & 1 deletion docs/resources/release_bundle_webhook.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
subcategory: "Webhook"
subcategory: "Deprecated"
---
# Artifactory Release Bundle Webhook Resource

Provides an Artifactory webhook resource. This can be used to register and manage Artifactory webhook subscription which enables you to be notified or notify other users when such events take place in Artifactory.

!>This resource is being deprecated and replaced by `artifactory_destination_webhook` resource.

## Example Usage
.
```hcl
Expand Down

0 comments on commit ffba8c3

Please sign in to comment.