https://github.com/sceptre/sceptre-resolver-template
A github template for custom Sceptre resolvers
https://github.com/sceptre/sceptre-resolver-template
sceptre sceptre-resolver
Last synced: 10 days ago
JSON representation
A github template for custom Sceptre resolvers
- Host: GitHub
- URL: https://github.com/sceptre/sceptre-resolver-template
- Owner: Sceptre
- Created: 2019-01-23T12:26:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T16:32:50.000Z (16 days ago)
- Last Synced: 2025-04-07T17:38:39.475Z (15 days ago)
- Topics: sceptre, sceptre-resolver
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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
```shell
pip install sceptre-resolver-template
```To install from the git repo
```shell
pip install git+https://github.com/Sceptre/sceptre-resolver-template.git
```## Usage/Examples
Refer to the [Sceptre resolver docs](https://docs.sceptre-project.org/latest/docs/resolvers.html#resolvers)
for more information.```yaml
parameter|sceptre_user_data:
: !custom
```## Example
```yaml
parameters:
message: !custom "HelloWorld"
```