cloudposse/terraform-aws-efs-backup

"current": [REMOVED] Defaults to current provider region if no other filtering is enabled

cjgratacos opened this issue · 1 comments

The module is failing and I am getting the following error:
Error: module.jenkins_efs_backup.data.aws_region.default: "current": [REMOVED] Defaults to current provider region if no other filtering is enabled

The cause of the issue is in here:

data "aws_region" "default" {
current = true
}

The solution is to remove the current = true since it is deprecated and throwing an error for Terraform v0.11.13.

Reference: https://www.terraform.io/docs/providers/aws/d/region.html