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