digital-anthropic/TFE Workspace Manager
Create and manage multiple Terraform Enterprise/Cloud workspaces with dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tfe-token | Terraform Enterprise/Cloud API token | yes | — |
| organization-name | TFE/TFC organization name | yes | — |
| config | YAML configuration for workspaces including action, VCS settings, variables, and dependencies. Example: action: create workspaces: network: vcs: repository: org/repo oauth-token-id: ot-xxx variables: environment: prod app: dependsOn: [network] | yes | — |
| tfe-hostname | TFE hostname (use app.terraform.io for Terraform Cloud) | no | app.terraform.io |
Outputs
| name | description |
|---|---|
| workspace-id | The ID of the first successfully created workspace (e.g., ws-xxx) |
| workspace-url | The URL to the first successfully created workspace in TFE/TFC UI |