运行以下代码时出错:
Parameters:
Counter:
Type : Number
Default : 5
Description : Maximum number of times to check query execution
错误:
An error occurred (ValidationError) when calling the CreateChangeSet operation: Invalid input for parameter key Counter. Cannot specify usePreviousValue as true for a parameter key not in the previous template
我正在用yaml编写代码,并通过AWS cloudformation运行。
答案 0 :(得分:0)
您是使用选项usePreviousValue
创建ChangeSet还是更新堆栈?该错误提示您正在使用usePreviousValue
和模板中不存在的参数。如果此参数是模板最新版本的一部分,则只能使用previous value。