classmethod / gradle-aws-plugin

Gradle plugin to manage Amazon Web Services
276 stars 131 forks source link

Create change set role arn #178

Closed tkgregory closed 4 years ago

tkgregory commented 4 years ago

When creating a CloudFormation change set via the AWS API you can pass the --role-arn parameter, which is a role to be assumed when executing the change set (see docs here)

This change adds a new plugin parameter cfnRoleArn to the cloudFormation configuration.

Note, this is not to be confused with the roleArn parameter, which has a separate use case.

e.g.

cloudFormation {
    cfnRoleArn = 'arn:aws:iam::123456789:role/cloudformation-init-CloudFormationServiceRole-ABCDEF1234'
}
tkgregory commented 4 years ago

@dai0304 could you please take a look at this pull request? Thanks.

tkgregory commented 4 years ago

Thanks. Any idea when this will get released?

dai0304 commented 4 years ago

I will release v0.41 until this weekend!