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={true} />

The name of the property

<File name='stackql_manifest.yml'>

```yaml {3}
- name: public_address
  props:
  - name: address_name
...
```

</File>