Manage Terraform infrastructure via Workflows
You can use Workflows in Cortex to manage different aspects of Terraform infrastructure, including provisioning cloud resources, maintaining the resources, and destroying the resource to remove it from your Cortex workspace.
Handling these processes via a Workflow allows you to:
Automate infrastructure provisioning: Use a Workflow to trigger the creation of cloud resources (such as AWS EC2 instances) by updating Terraform variables and executing runs
Enable self-service infrastructure requests: Using a Workflow to streamline Terraform processes, organizations can enable self-service provisioning for developers.
Standardize environment bootstrapping: Using the Scaffolder, teams can bootstrap new projects or environments with pre-defined Terraform templates, ensuring consistency and compliance with organizational standards.
See end-to-end Workflow examples in the following pages:
Last updated
Was this helpful?