Skip to content

Commit 508adca

Browse files
Merge pull request #4 from jcolemorrison/release-6-17-2019
Release 6 17 2019
2 parents ebf3bed + ffafee9 commit 508adca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/stacks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ exports.createStack = async (template, name, stack, aws) => {
509509
const { tags, iamRole, advanced, capabilityIam } = options
510510

511511
if (tags) opts.Tags = tags
512-
if (iamRole) opts.RoleArn = iamRole
512+
if (iamRole) opts.RoleARN = iamRole
513513
if (capabilityIam) opts.Capabilities = ['CAPABILITY_NAMED_IAM']
514514

515515
if (advanced) {
@@ -540,7 +540,7 @@ exports.updateStack = async (template, name, stack, aws) => {
540540
const { tags, iamRole, advanced, capabilityIam } = options
541541

542542
if (tags) opts.Tags = tags
543-
if (iamRole) opts.RoleArn = iamRole
543+
if (iamRole) opts.RoleARN = iamRole
544544
if (capabilityIam) opts.Capabilities = ['CAPABILITY_NAMED_IAM']
545545

546546
if (advanced) {

0 commit comments

Comments
 (0)