cloudtools / cloudtools/stacker

blueprint versioning

Open
#58 2 comments 0 reactions 0 assignees View on GitHub
enhancement question
Dominant language
Python
Stars
707
Forks
162
PR merge metrics
No merged PRs in 30d

Description

Blueprints change rather often - there are two major ways they change that we should care about:
- the resources the blueprint produces change
- the blueprint class itself somehow changes, like if we add/remove arguments in **init**

In case 1 it'd be good to make sure that if there is a potentially dangerous change that would require the destruction of resources that we let people know that.

In case 2 - well, we need to make sure that the blueprints match their expected behavior in stacker.

Not sure how to handle this.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.