shalb / cluster.dev

Cloud-native infrastructure templating. Creating cloud installers for SaaS. Replication of complex cloud-native infrastructures.
https://docs.cluster.dev/
GNU Affero General Public License v3.0
401 stars 36 forks source link

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

Open romanprog opened 1 year ago

romanprog commented 1 year ago

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
...