gpt4 book ai didi

github-actions - 在模板中找不到 Github Actions 参数

转载 作者:行者123 更新时间:2023-12-03 07:26:11 25 4
gpt4 key购买 nike

尝试使用 github 操作将基础架构从 CDK 移回 Cloudformation 模板

正在利用 github 操作 aws-cloudformation-github-deploy

- name: Deploy to AWS CloudFormation
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
name: service-name
template: stack.yaml
parameter-overrides: "Env=stg"

从 CDK 生成的 Stack.yaml 片段

AWSTemplateFormatVersion: '2010-09-09'
Description: Accounts API Infrastructure

Parameters:
Env:
Description: Environment to be deployed
Type: String

Resources:
SecurityGroupA0B2798B:
Type: AWS::EC2::SecurityGroup

我不断地获取参数:[Env]在模板中不存在,即使它在堆栈模板中可见。

还向原始 CDK 部署添加了参数

最佳答案

这是来自工作 GitHub Action 的示例

    - name: Deploy with AWS CloudFormation
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
name: service-name
template: stack.yaml
parameter-overrides: >-
FirstParameter=stg,
SecondParameter=something

关于github-actions - 在模板中找不到 Github Actions 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75884083/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com