diff --git a/README.md b/README.md index 2a9a19b..8d5f2cf 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ is given | Name | Source | Version | |------|--------|---------| -| [artifact](#module\_artifact) | cloudposse/module-artifact/external | 0.7.0 | +| [artifact](#module\_artifact) | cloudposse/module-artifact/external | 0.7.1 | | [label](#module\_label) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.24.1 | diff --git a/docs/terraform.md b/docs/terraform.md index 9631712..bf3774e 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -24,7 +24,7 @@ is given | Name | Source | Version | |------|--------|---------| -| [artifact](#module\_artifact) | cloudposse/module-artifact/external | 0.7.0 | +| [artifact](#module\_artifact) | cloudposse/module-artifact/external | 0.7.1 | | [label](#module\_label) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.24.1 | diff --git a/main.tf b/main.tf index e7e0884..e8f23be 100644 --- a/main.tf +++ b/main.tf @@ -98,7 +98,7 @@ module "label" { module "artifact" { source = "cloudposse/module-artifact/external" - version = "0.7.0" + version = "0.7.1" enabled = module.this.enabled filename = "lambda.zip" module_name = "terraform-aws-lambda-elasticsearch-cleanup"