"current": [REMOVED] Defaults to current provider region if no other filtering is enabled
cjgratacos opened this issue · 1 comments
cjgratacos commented
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:
terraform-aws-efs-backup/main.tf
Lines 1 to 4 in 82fe791
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
aknysh commented