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

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

Property description

<File name='stackql_manifest.yml'>

```yaml {4}
- name: public_address
  props:
  - name: address_name
    description: web server public ip address
...
```

</File>