Skip to content

Commit

Permalink
Merge pull request #124 from jfrog/update-workers-service-doc
Browse files Browse the repository at this point in the history
Replace beta warning message with GA message
  • Loading branch information
alexhung authored Sep 9, 2024
2 parents 93aaadf + 1461dc1 commit 03f95af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.11.1 (September 9, 2024). Tested on Artifactory 7.90.9 with Terraform 1.9.5 and OpenTofu 1.8.2

IMPROVEMENTS:

* resource/platform_workers_service: Replace beta warning message in documentation with GA note. PR: [#124](https://github.com/jfrog/terraform-provider-platform/pull/124)

## 1.11.0 (August 12, 2024). Tested on Artifactory 7.90.7 with Terraform 1.9.4 and OpenTofu 1.8.1

FEATURES:
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/workers_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ page_title: "platform_workers_service Resource - terraform-provider-platform"
subcategory: ""
description: |-
Provides a JFrog Workers Service https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers-service resource. This can be used to create and manage Workers Service.
!>JFrog Workers Service is only available for JFrog Cloud customers to use free of charge during the beta period. The API may not be backward compatible after the beta period is over. Be aware of this caveat when you create workers during this period.
->From Artifactory 7.94 the Workers service will be available in a general availability release to Enterprise X and Enterprise+ licenses.
---

# platform_workers_service (Resource)

Provides a JFrog [Workers Service](https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers-service) resource. This can be used to create and manage Workers Service.

!>JFrog Workers Service is only available for JFrog Cloud customers to use free of charge during the beta period. The API may not be backward compatible after the beta period is over. Be aware of this caveat when you create workers during this period.
->From Artifactory 7.94 the Workers service will be available in a general availability release to Enterprise X and Enterprise+ licenses.

## Example Usage

Expand Down
3 changes: 2 additions & 1 deletion pkg/platform/resource_workers_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ func (r *workersServiceResource) Schema(ctx context.Context, req resource.Schema
},
},
},
Description: "Provides a JFrog [Workers Service](https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers-service) resource. This can be used to create and manage Workers Service.\n\n!>JFrog Workers Service is only available for JFrog Cloud customers to use free of charge during the beta period. The API may not be backward compatible after the beta period is over. Be aware of this caveat when you create workers during this period.",
Description: "Provides a JFrog [Workers Service](https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers-service) resource. This can be used to create and manage Workers Service.\n\n" +
"->From Artifactory 7.94 the Workers service will be available in a general availability release to Enterprise X and Enterprise+ licenses.",
}
}

Expand Down

0 comments on commit 03f95af

Please sign in to comment.