Closed tkgregory closed 4 years ago
The awsCfnMigrateStack Gradle task is used to create or update a CloudFormation stack from the provided template.
awsCfnMigrateStack
It consists of two main code paths.
Currently the code only passes the CloudFormation role through for the update, not the create. This change fixes that.
@tkgregory I assume you will need a new release cut to utilize?
That would be really helpful @JustinPihony thanks
@JustinPihony any word on that release?
Sorry about the delay - it is now released as 0.43
The
awsCfnMigrateStack
Gradle task is used to create or update a CloudFormation stack from the provided template.It consists of two main code paths.
Currently the code only passes the CloudFormation role through for the update, not the create. This change fixes that.