heat_template_version: 2014-10-16 parameters: random_string: type: string constraints: - length: {min: 8, max: 10} outputs: out: description: output param value: {get_param: random_string}