files.yaml

Create yaml files with correponding content

type

attribute set of (JSON value)

example

{
  files.yaml = {
    "/hellaos.yaml" = {
      greeting = "hello World";
    };
    "/hellows.yaml" = {
      greetings = [
        [
          "Hello World"
        ]
        [
          "Ola Mundo"
          [
            "Holla Que Tal"
          ]
        ]
      ];
    };
  };
}

default

{
  files.yaml = { };
}