作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个钩子(Hook),我想在每次更新任何堆栈时运行它。我知道我可以在每个堆栈的基础上定义一个钩子(Hook),但我想全局定义一个钩子(Hook),该钩子(Hook)将在更新时为我拥有的每个堆栈运行。
最佳答案
根据你提到的情况; Scepter 文件夹结构的定义方式应使顶级 config.yaml 呈现所有“全局” Hook 。
config/
- config.yaml # This is the top-level Config for your whole project.
- sceptre-dependencies.yaml # This stack defines your template for buckets, iam role, topics, etc...
- project/ # Put all your other project stacks inside
- config.yaml # project/
- vpc.yaml
- other-stack.yaml
StackGroup Config 也可能值得探索。请参阅:
https://docs.sceptre-project.org/latest/docs/stack_group_config.html
关于amazon-web-services - 如何为任何堆栈更新运行 Scepter 钩子(Hook)(无需为每个堆栈显式定义),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70370921/
我是一名优秀的程序员,十分优秀!