Releases: cloudandthings/terraform-aws-clickops-notifier
Releases · cloudandthings/terraform-aws-clickops-notifier
v2.1.0
Test PR #46
Test #46
v2.0.0
v1.6.0
1.6.0 (2022-11-07)
Features
- Allow lambda memory size setting (#34)
- Add TrustedAdvisor refresh checks to exclusions (#21) (94aa7db)
Special thanks to: @quinnypig @OldCrowEW @gabe-sky
v1.5.0
v1.4.0
v1.3.0
v1.2.0
Runtime variable
- Lambda runtime exposed as variable and defaults to Python 3.8, required for building in Terraform Cloud
Lambda deployment refactor
- Removes layer references in favor of the automated terraform-aws-lambda requirements management which removes the requirement for the use of an external lambda layer and the region variable
- Removes cloudwatch log group and IAM permissions associated with it in favor of the terraform-aws-lambda's handling of these resources.
- Updates lambda python runtime from 3.8 to 3.9
- Addresses issue with the addition of the additional_iam_policy_statements input variable
- Adds outputs.tf
- Fix provider warning
Special thanks to @irasnyd @userhas404d