stackql-deploy 2.0.8

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
15
16
17
import File from '@site/src/components/File';
import LeftAlignedTable from '@site/src/components/LeftAlignedTable';

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

Resource description

<File name='stackql_manifest.yml'>

```yaml {3}
resources:
- name: instances
  description: web server instances
...
```

</File>