fix english typo in Cloudformation package
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
parent
128047b3aa
commit
7d3ff89703
@ -27,7 +27,7 @@ import (
|
|||||||
// Behavior when failure to create/update the Stack
|
// Behavior when failure to create/update the Stack
|
||||||
onFailure: *"DO_NOTHING" | "ROLLBACK" | "DELETE" @dagger(input)
|
onFailure: *"DO_NOTHING" | "ROLLBACK" | "DELETE" @dagger(input)
|
||||||
|
|
||||||
// Timeout for waiting for the stack to be created/updated (in minutes)
|
// Maximum waiting time until stack creation/update (in minutes)
|
||||||
timeout: *10 | uint @dagger(input)
|
timeout: *10 | uint @dagger(input)
|
||||||
|
|
||||||
// Never update the stack if already exists
|
// Never update the stack if already exists
|
||||||
|
Reference in New Issue
Block a user