Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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":{

}
}
}
```
Loading