serverless-fargate-tasks
Advanced tools
Comparing version 0.4.1 to 0.5.1
@@ -108,2 +108,8 @@ 'use strict'; | ||
} | ||
// if a runtime platform is set, set the value with it's contents | ||
if(options.tasks[identifier]['RuntimePlatform']) { | ||
task['Properties']['RuntimePlatform'] = options.tasks[identifier]['RuntimePlatform'] | ||
} | ||
template['Resources'][normalizedIdentifier + 'Task'] = task | ||
@@ -110,0 +116,0 @@ |
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "0.4.1" | ||
"version": "0.5.1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8703
128