We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eea493 commit 5c07c5aCopy full SHA for 5c07c5a
src/main.tf
@@ -101,7 +101,7 @@ resource "aws_ssm_parameter" "elasticsearch_kibana_endpoint" {
101
102
module "elasticsearch_log_cleanup" {
103
source = "cloudposse/lambda-elasticsearch-cleanup/aws"
104
- version = "0.14.0"
+ version = "0.14.1"
105
106
es_endpoint = module.elasticsearch.domain_endpoint
107
es_domain_arn = module.elasticsearch.domain_arn
0 commit comments