ttl stack

pull/218/head
mdugdale 2021-03-11 21:52:23 +00:00
parent fc92fb07b9
commit 4f4f226af6
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -261,6 +261,7 @@ class AWS {
await CF.createStack({
StackName: taskDefStackName+"-ttl",
TemplateBody: ttlCloudFormation,
Capabilities: [ "CAPABILITY_IAM" ],
Parameters: [
{
ParameterKey: 'StackName',