Skip to content

Releases: Lucas3oo/cloudformation-gradle-plugin

1.0.0

29 Nov 13:59
Compare
Choose a tag to compare
add support for AWS SSM

1.0.0-beta.2

01 Nov 16:59
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Gradle plugin for create/update and delete AWS Cloudformation stacks.
The parameters for the Cloudformation template can be managed per environment and kept in
for instance Java properties files. Values in the Java properties files will be "interpolated"
according to Groovy's evaluation. That is, properties can reference other properties and Groovy/Java functions.

1.0.0-beta.1

18 Oct 17:29
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1
Tasks for create/update a stack and delete a stack.