Skip to content

Let users create and reference multiple files at one time within the playground #49

Description

@brettkolodny

Currently the playground only lets users have a single main.tf file where they have to define all parts of the template. This is only a restriction within the frontend as the "backend" Go code can already handle multiple files. In fact we currently hard code this so that the connections demo works.

The two options currently being considered are:

  • Have a full file tree explorer like coder/coder
    • The most flexible but most complicated
    • Getting to the point where we should just implement this entirely within coder/coder
  • Have a simple tab based system
    • Easier to implement
    • May not account for all customer concerns
    • Would need to have opinionated/less clear way of handling Terraform modules
    • TODO: Include mock ups for tab system

@stirby

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions