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

Commit b013621

Browse files
committed
remove extra MMS conditions
1 parent b596fb4 commit b013621

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

DeepSecurity/Marketplace/MasterMP96.template

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -882,24 +882,6 @@
882882
}
883883
]
884884
},
885-
"RegionIsEast1" : {
886-
"Fn::Equals" : [
887-
{ "Ref" : "AWS::Region" },
888-
"us-east-1"
889-
]
890-
},
891-
"RegionIsWest2" : {
892-
"Fn::Equals" : [
893-
{ "Ref" : "AWS::Region" },
894-
"us-west-2"
895-
]
896-
},
897-
"PerHostSupportedRegion" : {
898-
"Fn::Or" : [
899-
{ "Condition" : "RegionIsWest2" },
900-
{ "Condition" : "RegionIsEast1" }
901-
]
902-
},
903885
"InternetFacingELB" : {
904886
"Fn::Equals" : [
905887
{

0 commit comments

Comments
 (0)