From b5a0d18c0122d75652ca6e6f5512e8902258783c Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Fri, 21 Jun 2024 15:44:15 -0700 Subject: [PATCH] Update doc for `check_license` attribute deprecation --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index c9a9698..47b97be 100644 --- a/docs/index.md +++ b/docs/index.md @@ -169,7 +169,7 @@ provider "platform" { ### Optional - `access_token` (String, Sensitive) This is a access token that can be given to you by your admin under `Platform Configuration -> User Management -> Access Tokens`. This can also be sourced from the `JFROG_ACCESS_TOKEN` environment variable. -- `check_license` (Boolean) Toggle for pre-flight checking of Artifactory Pro and Enterprise license. Default to `true`. +- `check_license` (Boolean, Deprecated) Toggle for pre-flight checking of Artifactory Pro and Enterprise license. Default to `true`. - `myjfrog_api_token` (String, Sensitive) MyJFrog API token that allows you to make changes to your JFrog account. See [Generate a Token in MyJFrog](https://jfrog.com/help/r/jfrog-hosting-models-documentation/generate-a-token-in-myjfrog) for more details. This can also be sourced from the `JFROG_MYJFROG_API_TOKEN` environment variable. - `oidc_provider_name` (String) OIDC provider name. See [Configure an OIDC Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/configure-an-oidc-integration) for more details. - `url` (String) JFrog Platform URL. This can also be sourced from the `JFROG_URL` environment variable.