Merge pull request #634 from grouville/update_english_typo

Fix english typo in Cloudformation package
This commit is contained in:
Sam Alba 2021-06-14 17:34:37 +02:00 committed by GitHub
commit 24dfbc97fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ import (
// Behavior when failure to create/update the Stack
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)
// Never update the stack if already exists