Sha256: 69ef622d5aa477afc021d6ca245cbb81f9b8b5fb88b33bb3926aed743243072f
Contents?: true
Size: 374 Bytes
Versions: 84
Compression:
Stored size: 374 Bytes
Contents
stack: user/stackname version: 0.1.1 variables: grid_name: type: string required: true min_length: 10 empty_is_nil: true value: "{{ GRID }} ${STACK}" copies: type: integer value: 5 services: # {% forx copy in (1..copies) %} service-{{copy}}: image: foo:{{copy}} environment: - TEST_VAR="{{ grid_name }}" # {% endfor %}
Version data entries
84 entries across 84 versions & 1 rubygems