heat_template_version: 2014-10-16 description: 'Bootstrap Config' parameters: bootstrap_nodeid: type: string resources: BootstrapNodeConfigImpl: type: OS::Heat::StructuredConfig properties: config: bootstrap_host: bootstrap_nodeid: {get_param: bootstrap_nodeid} outputs: config_id: description: The ID of the BootstrapNodeConfigImpl resource. value: {get_resource: BootstrapNodeConfigImpl}