cloudtools / cloudtools/stacker

Add a safety check on stack ARN when building

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

Description

Support for specifying a `stack_name` separate from `name` was added in https://github.com/remind101/stacker/pull/551 to support stacks with the same name, but in different regions/accounts, however, this introduces the possibility for two nodes in the graph to operate on the same stack.

I think it'd be wise to add an extra layer of safety so that stacker will error out if two nodes in the graph operate on the same stack _ARN_, as this would almost always be programmer error (e.g. copy/paste but forget to change `stack_name`).

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.