You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an automated pull request to sync changes between the public and
private unified docs repos.
To preserve continuity across repos, _do not squash_ this pull request.
Copy file name to clipboardExpand all lines: content/terraform-enterprise/v202507-1/docs/partials/replicated-and-fdo/admin/license-example-usage-payload.mdx
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ The following JSON payload describes the product usage data that Terraform Enter
106
106
"value": 0,
107
107
"mode": "write"
108
108
},
109
-
"deployment_option": { # No data collected
109
+
"deployment_option": { # The deployment option configured on this installation
110
110
"key": "deployment_option",
111
111
"value": 0,
112
112
"mode": "write"
@@ -136,7 +136,7 @@ The following JSON payload describes the product usage data that Terraform Enter
136
136
"value": 0,
137
137
"mode": "write"
138
138
},
139
-
"operational_mode": { # No data collected
139
+
"operational_mode": { # The operational mode configured on this installation
140
140
"key": "operational_mode",
141
141
"value": 0,
142
142
"mode": "write"
@@ -266,27 +266,27 @@ The following JSON payload describes the product usage data that Terraform Enter
266
266
"value": 0,
267
267
"mode": "write"
268
268
},
269
-
"workspaces_count_continuous_validation": { # No data collected
269
+
"workspaces_count_continuous_validation": { # Workspaces configured with continuous validation
270
270
"key": "workspaces_count_continuous_validation",
271
271
"value": 0,
272
272
"mode": "write"
273
273
},
274
-
"workspaces_count_drift_detection": { # No data collected
274
+
"workspaces_count_drift_detection": { # Workspaces with drift detected
275
275
"key": "workspaces_count_drift_detection",
276
276
"value": 0,
277
277
"mode": "write"
278
278
},
279
-
"workspaces_count_no_code_modules": { # No data collected
279
+
"workspaces_count_no_code_modules": { # Workspaces using no code modules
280
280
"key": "workspaces_count_no_code_modules",
281
281
"value": 0,
282
282
"mode": "write"
283
283
},
284
-
"workspaces_count_notifications_enabled": { # No data collected
284
+
"workspaces_count_notifications_enabled": { # Workspaces with notifications enabled
285
285
"key": "workspaces_count_notifications_enabled",
286
286
"value": 0,
287
287
"mode": "write"
288
288
},
289
-
"workspaces_count_opa_policy_sets": { # No data collected
289
+
"workspaces_count_opa_policy_sets": { # Workspaces with using opa policy sets
290
290
"key": "workspaces_count_opa_policy_sets",
291
291
"value": 0,
292
292
"mode": "write"
@@ -296,17 +296,25 @@ The following JSON payload describes the product usage data that Terraform Enter
296
296
"value": 0,
297
297
"mode": "write"
298
298
},
299
-
"workspaces_count_sentinel_policy_sets": { # No data collected
299
+
"workspaces_count_sentinel_policy_sets": { # Workspaces with using sentinel policy sets
300
300
"key": "workspaces_count_sentinel_policy_sets",
301
301
"value": 0,
302
302
"mode": "write"
303
+
},
304
+
"using_tfe_explorer": { # Set to 1 when Explorer is enabled in the TFE installation
305
+
"key": "using_tfe_explorer",
306
+
"value": 0,
307
+
"mode": "write"
308
+
}
309
+
"cpu_architecture": { # The underlying cpu architecture the TFE installation is setup in, 0 = other, 1 = amd64, 2 = arm64
0 commit comments