Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit f22f193

Browse files
Added QS identifier
1 parent e1b8cf5 commit f22f193

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

templates/TMQuickStart.template

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion" : "2010-09-09",
3-
"Description" : "v3.4 Quick Start that deploys Trend Micro Deep Security into an exisintg VPC with a Multi-AZ Oracle RDS instance **WARNING** This template uses images from the AWS Marketplace and an active subscription is required - Please see the Quick Start documentation for more details. You will be billed for the AWS resources used if you create a stack from this template.",
3+
"Description" : "QS(0011) - v3.4 Quick Start that deploys Trend Micro Deep Security into an exisintg VPC with a Multi-AZ Oracle RDS instance **WARNING** This template uses images from the AWS Marketplace and an active subscription is required - Please see the Quick Start documentation for more details. You will be billed for the AWS resources used if you create a stack from this template.",
44
"Metadata" : {
55
"AWS::CloudFormation::Interface" : {
66
"ParameterGroups" : [
@@ -285,9 +285,9 @@
285285
"Ref" : "ProtectedInstances"
286286
},
287287
"Size"
288-
]
288+
]
289289
}
290-
]
290+
]
291291
},
292292
"DBIStorageAllocation" : {
293293
"Fn::FindInMap" : [
@@ -296,7 +296,7 @@
296296
"Ref" : "ProtectedInstances"
297297
},
298298
"Size"
299-
]
299+
]
300300
},
301301
"DBPBackupDays" : "5",
302302
"DBPCreateDbInstance" : "Yes" ,
@@ -330,9 +330,9 @@
330330
"Ref" : "ProtectedInstances"
331331
},
332332
"Size"
333-
]
333+
]
334334
}
335-
]
335+
]
336336
},
337337
"DBISubnet1" : {
338338
"Ref" : "DatabaseSubnet1"
@@ -385,4 +385,4 @@
385385
}
386386
}
387387
}
388-
}
388+
}

templates/TMQuickStartBYOL.template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion" : "2010-09-09",
3-
"Description" : "v3.4 Quick Start that deploys Trend Micro Deep Security into an exisintg VPC with a Multi-AZ Oracle RDS instance **WARNING** This template uses images from the AWS Marketplace and an active subscription is required - Please see the Quick Start documentation for more details. You will be billed for the AWS resources used if you create a stack from this template.",
3+
"Description" : "QS(0011) - v3.4 Quick Start that deploys Trend Micro Deep Security into an exisintg VPC with a Multi-AZ Oracle RDS instance **WARNING** This template uses images from the AWS Marketplace and an active subscription is required - Please see the Quick Start documentation for more details. You will be billed for the AWS resources used if you create a stack from this template.",
44
"Metadata" : {
55
"AWS::CloudFormation::Interface" : {
66
"ParameterGroups" : [
@@ -121,7 +121,7 @@
121121
"MaxLength" : 41,
122122
"AllowedPattern" : "[a-zA-Z0-9!^*\\-_+]*",
123123
"ConstraintDescription" : "Can only contain alphanumeric characters or the following special characters !^*-_+ Min length 8, max length 41"
124-
},
124+
},
125125
"LicenseKey" : {
126126
"Description" : "If you have a Deep Security license key, enter it here. Including dashes (e.g. AP-E9RM-99WHE-B5UR5-BV8YB-HVYM8-HYYVG).",
127127
"Type" : "String",
@@ -282,7 +282,7 @@
282282
"RDSInstanceSize",
283283
{ "Ref" : "AWS::Region" },
284284
{ "Ref" : "DatabaseEngine" }
285-
]
285+
]
286286
},
287287
"DBIStorageAllocation" : "250",
288288
"DBPBackupDays" : "5",
@@ -323,7 +323,7 @@
323323
"DSMSIZE",
324324
{ "Ref" : "AWS::Region" },
325325
"BYOL"
326-
]
326+
]
327327
},
328328
"DBISubnet1" : {
329329
"Ref" : "DatabaseSubnet1"
@@ -340,7 +340,7 @@
340340
"RDSMultiAZ",
341341
{ "Ref" : "AWS::Region" },
342342
{ "Ref" : "DatabaseEngine" }
343-
]
343+
]
344344
},
345345
"CfnUrlPrefix" : { "Fn::FindInMap" : [ "Parameters", "CfnUrlPrefix", "Prefix" ] }
346346
}
@@ -371,4 +371,4 @@
371371
}
372372
}
373373
}
374-
}
374+
}

0 commit comments

Comments
 (0)