instances_groups:
- name: sample
network:
- name: does-not-matter
static_ips:
- 10.0.0.1
- 10.0.0.2
- 10.0.0.3
- 10.0.0.4
bosh interpolate --var="static-ips=['10.0.0.1','10.0.0.2','10.0.0.3','10.0.0.4']" base-manifest.yml
---
instances_groups:
- name: sample
network:
- name: does-not-matter
static_ips: ((static-ips))