Description
Add a new Administration page covering how to manage Kosli flows using Terraform. The existing "Managing Environments" page (administration/managing_environments/overview) follows this pattern well — we need the equivalent for flows.
The Terraform provider already supports the kosli_flow resource and kosli_flow data source, but there is no how-to page showing practical flow management via Terraform.
Proposed scope
- Creating flows with Terraform (
kosli_flow resource)
- Configuring flow templates (loading YAML with
file())
- Importing existing flows into Terraform state
- Reading flow data with the
kosli_flow data source
- Practical examples (minimal flow, flow with template, flow with description and visibility)
Location
- Suggest new Administration group: Administration > Managing Flows
- File:
administration/managing_flows/overview.md (or similar)
- Navigation: add under
Administration in config/navigation.json
Related resources
terraform-reference/resources/flow — Terraform resource reference
terraform-reference/data-sources/flow — Terraform data source reference
getting_started/flows — conceptual overview
- Terraform provider source:
internal/provider/resource_flow.go
Description
Add a new Administration page covering how to manage Kosli flows using Terraform. The existing "Managing Environments" page (
administration/managing_environments/overview) follows this pattern well — we need the equivalent for flows.The Terraform provider already supports the
kosli_flowresource andkosli_flowdata source, but there is no how-to page showing practical flow management via Terraform.Proposed scope
kosli_flowresource)file())kosli_flowdata sourceLocation
administration/managing_flows/overview.md(or similar)Administrationinconfig/navigation.jsonRelated resources
terraform-reference/resources/flow— Terraform resource referenceterraform-reference/data-sources/flow— Terraform data source referencegetting_started/flows— conceptual overviewinternal/provider/resource_flow.go