files.hcl
type
attribute set of (JSON value)
example
{
files.hcl = {
"/hellaos.hcl" = {
greeting = "hello World";
};
"/hellows.hcl" = {
greetings = [
[
"Hello World"
]
[
"Ola Mundo"
[
"Holla Que Tal"
]
]
];
};
};
}
default
{
files.hcl = { };
}