stackql-deploy 2.1.0

Infrastructure-as-code framework for declarative cloud resource management using StackQL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import File from '/src/components/File';
import LeftAlignedTable from '@site/src/components/LeftAlignedTable';

<LeftAlignedTable type="string" required={false} />

Stack description, for documentation purposes only.

<File name='stackql_manifest.yml'>

```yaml
description: stackql-deploy example for kubernetes-the-hard-way
```

</File>