Skip to content

Commit

Permalink
Switch to terraform-aws-efs-backup that supports tf 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
richardj-bsquare committed Sep 11, 2019
1 parent 77bc3b2 commit 113c781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 113c781

Please sign in to comment.