Terraform · Arazzo Workflow
Terraform Audit an Organization's Full Inventory
Version 1.0.0
Sweep an organization for its projects, workspaces, teams, and policies in one pass.
View Spec
View on GitHub
Infrastructure As CodeCloud InfrastructureDevOpsOpen SourceHashiCorpArazzoWorkflows
Provider
Workflows
audit-organization-inventory
Enumerate an organization's projects, workspaces, teams, and policies.
Confirms the organization is reachable, reads its settings, and lists every project, workspace, team, and policy for a complete read-only inventory.
1
findOrganization
ListOrganizations
List the organizations the token can reach, filtered by name, to confirm the audit target is in scope for this credential before enumerating it.
2
readOrganizationSettings
GetOrganization
Read the organization's settings, capturing the authentication policy, session timeouts, and plan posture that frame everything else in the audit.
3
listProjects
ListProjects
Enumerate the organization's projects, the top-level grouping every workspace belongs to.
4
listWorkspaces
ListWorkspaces
Enumerate every workspace in the organization, the unit that actually holds state and runs infrastructure.
5
listTeams
ListTeams
Enumerate the organization's teams to capture who has access to the estate enumerated above.
6
listPolicies
ListPolicies
Enumerate the Sentinel and OPA policies governing the organization, completing the picture of what is enforced against every run.