01
VCS-driven runs
Trigger plans and applies from your repository workflow.
Pattern 04
VCS-driven Terraform Cloud workspaces with optional OIDC dynamic credentials.
What you get
01
Trigger plans and applies from your repository workflow.
02
Use short-lived cloud credentials instead of workspace secrets.
03
Separate plan and apply access with predictable workspace defaults.
Start here
Add the module to your configuration and customize only what you need.
module "workspace" {
source = "pomo-studio/workspace/tfe"
version = "~> 1.1"
name = "my-app-prod"
organization = "example-org"
vcs_repo = "pomo-studio/my-app"
github_app_installation_id = "ghain-abc123"
}Key inputs
Useful outputs
Built with