cluster.dev icon indicating copy to clipboard operation
cluster.dev copied to clipboard

Add description for units and stack templates. Show descriptions in cdev project info

Open romanprog opened this issue 2 years ago • 0 comments

Example:

...
  -
    name: r53
    type: tfmodule
    source: terraform-aws-modules/route53/aws//modules/zones
    version: "~> 2.0"
    description: "Creates route53 zone for cluster technical domains"
    inputs:
      zones:
       - dev.example.com
...

romanprog avatar May 18 '23 13:05 romanprog