Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 456 Bytes

index.rst

File metadata and controls

14 lines (9 loc) · 456 Bytes

Stack

Stackname filter

You can configure a regular expression in the STACKFORMATION_NAME_FILTER environment variable (e.g. via .env.default) which will filter all your stack lists to the stacks matching this pattern. This is useful if you have a naming convention in place and you don't want to see other team's stacks in your list.

Example:

STACKFORMATION_NAME_FILTER=/^myproject-(a|b)-/