Skip to content
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

fix(efs): enableAutomaticBackups property of FileSystem is always treated as if it is true (#29881) #29914

Closed
wants to merge 1 commit into from

Commits on Apr 20, 2024

  1. fix(efs): enableAutomaticBackups property of FileSystem is always tre…

    …ated as if it is true (#29881)
    
    Always set the backupPolicy property of CfnFileSystem instead of leaving
    it unset when enabledAutomaticBackups is false, because backups default
    to being enabled when not explicitly disabled in CloudFormation.
    mallenLF committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    36dbe4e View commit details
    Browse the repository at this point in the history