JustinPihony / gradle-aws-plugin-reboot

Gradle plugin to manage Amazon Web Services
6 stars 5 forks source link

Add role ARN to the CreateStackRequest in the migrate stack task. #3

Closed tkgregory closed 4 years ago

tkgregory commented 4 years ago

The awsCfnMigrateStack Gradle task is used to create or update a CloudFormation stack from the provided template.

It consists of two main code paths.

  1. If the stack doesn't exist, create it
  2. If the stack does exist, update it

Currently the code only passes the CloudFormation role through for the update, not the create. This change fixes that.

JustinPihony commented 4 years ago

@tkgregory I assume you will need a new release cut to utilize?

tkgregory commented 4 years ago

That would be really helpful @JustinPihony thanks

tkgregory commented 4 years ago

@JustinPihony any word on that release?

JustinPihony commented 4 years ago

Sorry about the delay - it is now released as 0.43