diff --git a/content/terraform-enterprise/v202507-1/docs/partials/replicated-and-fdo/admin/license-example-usage-payload.mdx b/content/terraform-enterprise/v202507-1/docs/partials/replicated-and-fdo/admin/license-example-usage-payload.mdx index 1d6645d4b5..ae587fdc60 100644 --- a/content/terraform-enterprise/v202507-1/docs/partials/replicated-and-fdo/admin/license-example-usage-payload.mdx +++ b/content/terraform-enterprise/v202507-1/docs/partials/replicated-and-fdo/admin/license-example-usage-payload.mdx @@ -106,7 +106,7 @@ The following JSON payload describes the product usage data that Terraform Enter "value": 0, "mode": "write" }, - "deployment_option": { # No data collected + "deployment_option": { # The deployment option configured on this installation "key": "deployment_option", "value": 0, "mode": "write" @@ -136,7 +136,7 @@ The following JSON payload describes the product usage data that Terraform Enter "value": 0, "mode": "write" }, - "operational_mode": { # No data collected + "operational_mode": { # The operational mode configured on this installation "key": "operational_mode", "value": 0, "mode": "write" @@ -266,27 +266,27 @@ The following JSON payload describes the product usage data that Terraform Enter "value": 0, "mode": "write" }, - "workspaces_count_continuous_validation": { # No data collected + "workspaces_count_continuous_validation": { # Workspaces configured with continuous validation "key": "workspaces_count_continuous_validation", "value": 0, "mode": "write" }, - "workspaces_count_drift_detection": { # No data collected + "workspaces_count_drift_detection": { # Workspaces with drift detected "key": "workspaces_count_drift_detection", "value": 0, "mode": "write" }, - "workspaces_count_no_code_modules": { # No data collected + "workspaces_count_no_code_modules": { # Workspaces using no code modules "key": "workspaces_count_no_code_modules", "value": 0, "mode": "write" }, - "workspaces_count_notifications_enabled": { # No data collected + "workspaces_count_notifications_enabled": { # Workspaces with notifications enabled "key": "workspaces_count_notifications_enabled", "value": 0, "mode": "write" }, - "workspaces_count_opa_policy_sets": { # No data collected + "workspaces_count_opa_policy_sets": { # Workspaces with using opa policy sets "key": "workspaces_count_opa_policy_sets", "value": 0, "mode": "write" @@ -296,17 +296,25 @@ The following JSON payload describes the product usage data that Terraform Enter "value": 0, "mode": "write" }, - "workspaces_count_sentinel_policy_sets": { # No data collected + "workspaces_count_sentinel_policy_sets": { # Workspaces with using sentinel policy sets "key": "workspaces_count_sentinel_policy_sets", "value": 0, "mode": "write" + }, + "using_tfe_explorer": { # Set to 1 when Explorer is enabled in the TFE installation + "key": "using_tfe_explorer", + "value": 0, + "mode": "write" + } + "cpu_architecture": { # The underlying cpu architecture the TFE installation is setup in, 0 = other, 1 = amd64, 2 = arm64 + "key": "using_tfe_explorer", + "value": 1, + "mode": "write" } }, } ], "metadata":{ - } - } } ```