【发布时间】:2022-12-10 05:47:35
【问题描述】:
我正在使用 CloudFormation Nested Stack 创建 AWS 资源,管道在 Gitlab 中运行。
Resources:
CF-resource:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: local path of yaml file
Parameters:
在父堆栈上使用 CFN-Lint 测试时,出现以下错误。
** W3002 此代码可能仅适用于 package cli 命令,因为属性 (/TemplateURL) 是一个字符串**
你能帮我解决这个问题吗
【问题讨论】:
标签: amazon-web-services gitlab amazon-cloudformation lint