Skip to content

Commit

Permalink
Fix export value for LoadConfigTaskArn
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Jan 29, 2018
1 parent 2a3cb91 commit f0e9723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion totem-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Resources:
}
}
- LoadConfigTaskArn:
Fn::ImportValue: !Sub "${ConfigServiceDeployStack}-StepFunctionRoleArn"
Fn::ImportValue: !Sub "${ConfigServiceDeployStack}-LoadConfigTaskArn"
RoleArn:
Fn::ImportValue: !Sub "${OrchestratorEnvironmentStack}-StepFunctionRoleArn"

Expand Down

0 comments on commit f0e9723

Please sign in to comment.