Skip to content

Add managing flows via Terraform page under Administration #170

@dangrondahl

Description

@dangrondahl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentWriting, adding, or updating doc pagesenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions