Releases: cloudposse/terraform-aws-lambda-elasticsearch-cleanup
Releases · cloudposse/terraform-aws-lambda-elasticsearch-cleanup
0.1.0: Add ES cleanup module (#1)
* Add first cut of the ES cleanup module * Add working example usage This creates all the base resources necessary to test the elasticsearch-cleanup module. Unfortunately this requires a two stage apply as the `aws_route53_zone` resource fails to compute ID when passed into other modules. See: https://github.com/cloudposse/terraform-aws-elasticsearch/issues/13 * Deploy Lambda artifact from S3 bucket Pull the deployment artifact from S3 using the new terraform-external-module-artifact module. This approach has the benefit of not checking in zip files into git, but the downside of more preamble when wanting to test this module as per the example docs. You need to know that the function should already be in S3 at a pre determined path. We need to think of proper deployment and promotion of these artifacts through different S3 buckets e.g. artifacts.testing.cloudposse.org -> artifacts.prod.cloudposse.org