/jinja-unquote-resolvers-filter

A Jinja filter to unquote Sceptre resolvers

Primary LanguagePython

README

Overview

A brief description. Be clear about the purpose of the resolver, its capabilities and limitations.

Installation

Installation instructions

To install directly from PyPI

pip install sceptre-resolver-template

To install from the git repo

pip install git+https://github.com/Sceptre/sceptre-resolver-template.git

Usage/Examples

Refer to the Sceptre resolver docs for more information.

parameter|sceptre_user_data:
  <name>: !custom <args>

Example

parameters:
  message: !custom "HelloWorld"