【发布时间】:2018-05-09 09:59:05
【问题描述】:
我添加了CloudFormation设置文件vpc.yml和front.yml,导出vpc.yml中的一些值并导入。
我运行了以下命令,但它不起作用。
$ aws cloudformation validate-template --template-body file://front.yml
An error occurred (ValidationError) when calling the ValidateTemplate operation: Template format error: Unresolved resource dependencies [VPCGatewayAttach] in the Resources block of the template
堆栈从其他人导入值的有效命令是什么?
【问题讨论】:
-
请发布您的
cft以更好地了解您缺少什么。
标签: amazon-web-services amazon-cloudformation