Skip to content

Commit 218f2a0

Browse files
authored
Upgrade terraform-external-module-artifact to 0.8.0 for ARM compatibility (#63)
terraform-external-module-artifact 0.7.1 still relies on hashicorp/template which is not compatible with ARM. 0.8.0 is: cloudposse/terraform-external-module-artifact@0.7.1...0.8.0
1 parent b09df4d commit 218f2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ resource "aws_iam_role_policy_attachment" "lambda" {
6868

6969
module "artifact" {
7070
source = "cloudposse/module-artifact/external"
71-
version = "0.7.1"
71+
version = "0.8.0"
7272
filename = var.artifact_filename
7373
module_name = "terraform-aws-ses-lambda-forwarder"
7474
module_path = path.module

0 commit comments

Comments
 (0)