correct spacing
parent
8972450dec
commit
c944744072
|
|
@ -510,7 +510,7 @@ class AWS {
|
|||
const template3 = `
|
||||
- Name: '${secret.ParameterKey.toUpperCase()}'
|
||||
ValueFrom: !Ref ${secret.ParameterKey}Secret
|
||||
`;
|
||||
`;
|
||||
taskDefCloudFormation = [
|
||||
taskDefCloudFormation.slice(0, indexp3),
|
||||
template3,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -365,7 +365,7 @@ class AWS {
|
|||
const template3 = `
|
||||
- Name: '${secret.ParameterKey.toUpperCase()}'
|
||||
ValueFrom: !Ref ${secret.ParameterKey}Secret
|
||||
`;
|
||||
`;
|
||||
taskDefCloudFormation = [
|
||||
taskDefCloudFormation.slice(0, indexp3),
|
||||
template3,
|
||||
|
|
|
|||
Loading…
Reference in New Issue