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

<LeftAlignedTable type="string[]" required={true} />

StackQL cloud or SaaS providers used in the stack.  These are pulled from the stackql provider registry if they are not present at deploy time.

<File name='stackql_manifest.yml'>

```yaml
providers:
  - google
  - aws
```

</File>