log cloud formation

pull/263/head
Frostebite 2021-05-20 20:31:32 +01:00
parent df9bcbb328
commit e4ad96ef79
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -1300,6 +1300,7 @@ class AWS {
const mappedSecrets = secrets.map((x) => {
return { ParameterKey: x.ParameterKey.replace(/[^\dA-Za-z]/g, ''), ParameterValue: x.ParameterValue };
});
core.info(taskDefCloudFormation);
yield CF.createStack({
StackName: taskDefStackName,
TemplateBody: taskDefCloudFormation,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -138,6 +138,7 @@ class AWS {
const mappedSecrets = secrets.map((x) => {
return { ParameterKey: x.ParameterKey.replace(/[^\dA-Za-z]/g, ''), ParameterValue: x.ParameterValue };
});
core.info(taskDefCloudFormation);
await CF.createStack({
StackName: taskDefStackName,
TemplateBody: taskDefCloudFormation,