Skip to content

Commit f156c79

Browse files
committed
adding new fields
1 parent dff84c8 commit f156c79

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,21 @@ The following JSON payload describes the product usage data that Terraform Enter
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)