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

Commit 8570550

Browse files
committed
allow TMQuickstart launch in EuWest1
1 parent 022b12b commit 8570550

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

DeepSecurity/Quickstart/TMQuickStart.template

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,17 @@
347347
"us-west-2"
348348
]
349349
},
350+
"RegionIsEuWest1" : {
351+
"Fn::Equals" : [
352+
{ "Ref" : "AWS::Region" },
353+
"eu-west-1"
354+
]
355+
},
350356
"PerHostSupportedRegion" : {
351357
"Fn::Or" : [
352358
{ "Condition" : "RegionIsWest2" },
353-
{ "Condition" : "RegionIsEast1" }
359+
{ "Condition" : "RegionIsEast1" },
360+
{ "Condition" : "RegionIsEuWest1" }
354361
]
355362
}
356363
},

0 commit comments

Comments
 (0)