We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4a70e commit 196d2baCopy full SHA for 196d2ba
lib/deploy/stepFunctions/compileIamRole.js
@@ -21,7 +21,7 @@ module.exports = {
21
'iam-role-statemachine-execution-template.json'))
22
);
23
iamRoleStateMachineExecutionTemplate =
24
- iamRoleStateMachineExecutionTemplate.replace('[region]', this.region)
+ iamRoleStateMachineExecutionTemplate.replace('[region]', this.options.region)
25
.replace('[PolicyName]', this.getStateMachinePolicyName());
26
27
const iamRoleStateMachineLogicalId = this.getiamRoleStateMachineLogicalId();
0 commit comments