Terraform
Terraform Cloud molecule for SixDegree. Discovers Terraform Cloud organizations, workspaces, runs, state versions, and variables, and links workspaces to the infrastructure they manage.
- Discovery:
TerraformOrganization,TerraformWorkspace,TerraformRun,TerraformStateVersion,TerraformVariable. - Relationships: Workspaces are connected to the resources they provision (AWS accounts, GCP projects, Kubernetes clusters, GitHub repositories, and services), so you can trace what a given workspace actually controls.
- MCP: Read the current state of a workspace, plus hydration tools that refresh entity detail on demand.
| Name | Type | Purpose |
|---|---|---|
tfc_get_current_state | Read | Fetch the current state version for a workspace. |
Hydration tools (terraform_hydrate_organization, terraform_hydrate_workspace, terraform_hydrate_run, terraform_hydrate_state_version, terraform_hydrate_variable) fetch full, current detail for a discovered entity.