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

Commit 2236efe

Browse files
committed
fix gc arns
1 parent 3ef1f13 commit 2236efe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DeepSecurity/RHEL/DSM96RH.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
{
382382
"Fn::If" : [
383383
"RegionIsUsGovWest1",
384-
"arn:aws-us-gov:elasticloadbalancing",
384+
"arn:aws-us-gov:elasticloadbalancing:",
385385
"arn:aws:elasticloadbalancing:"
386386
]
387387
},
@@ -415,7 +415,7 @@
415415
{
416416
"Fn::If" : [
417417
"RegionIsUsGovWest1",
418-
"arn:aws-us-gov:elasticloadbalancing",
418+
"arn:aws-us-gov:elasticloadbalancing:",
419419
"arn:aws:elasticloadbalancing:"
420420
]
421421
},

0 commit comments

Comments
 (0)