Skip to content

Commit 86d6c98

Browse files
authored
Merge pull request #288 from hashicorp/product_usage_July_update
updating description of new product usage fields collected in release
2 parents 0df5552 + f156c79 commit 86d6c98

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

content/terraform-enterprise/v202507-1/docs/partials/replicated-and-fdo/admin/license-example-usage-payload.mdx

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following JSON payload describes the product usage data that Terraform Enter
106106
"value": 0,
107107
"mode": "write"
108108
},
109-
"deployment_option": { # No data collected
109+
"deployment_option": { # The deployment option configured on this installation
110110
"key": "deployment_option",
111111
"value": 0,
112112
"mode": "write"
@@ -136,7 +136,7 @@ The following JSON payload describes the product usage data that Terraform Enter
136136
"value": 0,
137137
"mode": "write"
138138
},
139-
"operational_mode": { # No data collected
139+
"operational_mode": { # The operational mode configured on this installation
140140
"key": "operational_mode",
141141
"value": 0,
142142
"mode": "write"
@@ -266,27 +266,27 @@ The following JSON payload describes the product usage data that Terraform Enter
266266
"value": 0,
267267
"mode": "write"
268268
},
269-
"workspaces_count_continuous_validation": { # No data collected
269+
"workspaces_count_continuous_validation": { # Workspaces configured with continuous validation
270270
"key": "workspaces_count_continuous_validation",
271271
"value": 0,
272272
"mode": "write"
273273
},
274-
"workspaces_count_drift_detection": { # No data collected
274+
"workspaces_count_drift_detection": { # Workspaces with drift detected
275275
"key": "workspaces_count_drift_detection",
276276
"value": 0,
277277
"mode": "write"
278278
},
279-
"workspaces_count_no_code_modules": { # No data collected
279+
"workspaces_count_no_code_modules": { # Workspaces using no code modules
280280
"key": "workspaces_count_no_code_modules",
281281
"value": 0,
282282
"mode": "write"
283283
},
284-
"workspaces_count_notifications_enabled": { # No data collected
284+
"workspaces_count_notifications_enabled": { # Workspaces with notifications enabled
285285
"key": "workspaces_count_notifications_enabled",
286286
"value": 0,
287287
"mode": "write"
288288
},
289-
"workspaces_count_opa_policy_sets": { # No data collected
289+
"workspaces_count_opa_policy_sets": { # Workspaces with using opa policy sets
290290
"key": "workspaces_count_opa_policy_sets",
291291
"value": 0,
292292
"mode": "write"
@@ -296,17 +296,25 @@ The following JSON payload describes the product usage data that Terraform Enter
296296
"value": 0,
297297
"mode": "write"
298298
},
299-
"workspaces_count_sentinel_policy_sets": { # No data collected
299+
"workspaces_count_sentinel_policy_sets": { # Workspaces with using sentinel policy sets
300300
"key": "workspaces_count_sentinel_policy_sets",
301301
"value": 0,
302302
"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
310+
"key": "using_tfe_explorer",
311+
"value": 1,
312+
"mode": "write"
303313
}
304314
},
305315
}
306316
],
307317
"metadata":{
308-
309318
}
310-
}
311319
}
312320
```

0 commit comments

Comments
 (0)