File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
AWSTemplateFormatVersion : " 2010-09-09"
2
2
Transform : AWS::Serverless-2016-10-31
3
- Description : Frontend Service Discovery on AWS (uksb-1tthgi8k7) (version:v1.0 )
3
+ Description : Frontend Service Discovery on AWS (uksb-1tthgi8k7) (version:v1.1 )
4
4
5
5
Globals :
6
6
Function :
@@ -68,7 +68,7 @@ Conditions:
68
68
Mappings :
69
69
Solution :
70
70
Constants :
71
- Version : ' 1.0 '
71
+ Version : ' 1.1 '
72
72
73
73
Resources :
74
74
ProjectStore :
@@ -385,7 +385,7 @@ Resources:
385
385
- Effect : Allow
386
386
Action :
387
387
- states:StopExecution
388
- Resource : !Sub "arn:aws:states:eu-west-1 :${AWS::AccountId}:execution:${DeploymentStateMachine.Name}:*"
388
+ Resource : !Sub "arn:aws:states:${AWS::Region} :${AWS::AccountId}:execution:${DeploymentStateMachine.Name}:*"
389
389
Events :
390
390
GetProjects :
391
391
Type : Api
You can’t perform that action at this time.
0 commit comments