-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r/aws_efs_file_system: Add support for backup_policy #14670
Conversation
Will this be available in 0.13 only? |
@galindro I'm not particularly sure when this PR will be merged, but I think the latest terraform-aws-provider should still support terraform v0.12. So I guess you can use this feature with v0.12! I recommend you check which terraform-aws-provider version this change will be bundled with and see if its compatibility with your terraform version once this PR is merged 👍 |
Hi @shuheiktgw , I am using: And when I try to use backup_policy, terraform validate fails with error: Do you think this is issue with my environment? Or feature is not yet implemented? resource "aws_efs_file_system" "foo" { Anastasija |
Hi @anatrizna , |
I really hope this exciting function!! |
This looks really nice. Anything we can do to get this over the line? |
Hi, while this doesn’t suffer from the same issue as IAM policy maybe it will be more appropriate to move this to a separate resource more similar to. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_file_system_policy |
Any estimates on the PR merge? |
@DrFaust92 Ah, that makes sense. Let me move this into a separate resource! |
I've created a new PR #18006 to make it a separate resource, so I'll close this one. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #14372
Release note for CHANGELOG:
Output from acceptance testing:
Thank you for your review! 👍