From 113c781a21e66c73e015544597fb75341eb95f25 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 11 Sep 2019 13:57:13 +0100 Subject: [PATCH] Switch to terraform-aws-efs-backup that supports tf 0.12 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 314c6fb..b748625 100644 --- a/main.tf +++ b/main.tf @@ -95,7 +95,7 @@ module "efs" { # EFS backup to S3 module "efs_backup" { - source = "git::https://github.com/augustohp/terraform-aws-efs-backup.git" + source = "git::https://github.com/augustohp/terraform-aws-efs-backup.git?ref=pascutti/terraform-v012" name = "${var.name}" stage = "${var.stage}" namespace = "${var.namespace}"