Terraform-provider-aws: Add backup support for aws_efs_files_ystem

Created on 29 Jul 2020  路  2Comments  路  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add support for automatic backups for EFS. See announcement.

New or Affected Resource(s)

  • aws_efs_file_system

Potential Terraform Configuration

resource "aws_efs_file_system" "foo" {
  creation_token = "my-product"

  # ...

  backup_policy {
    status = "ENABLED"
  }
}

References

enhancement servicefs

Most helpful comment

I'm working on this issue.

All 2 comments

I'm working on this issue.

Was this page helpful?
0 / 5 - 0 ratings