Skip to content

Commit

Permalink
Set backupRetentionPeriod to 0 for eShop on AWS (#928)
Browse files Browse the repository at this point in the history
* Adding backupretentionperiod to eshop

Signed-off-by: willdavsmith <willdavsmith@gmail.com>

* Adding backupretentionperiod to eshop

Signed-off-by: willdavsmith <willdavsmith@gmail.com>

---------

Signed-off-by: willdavsmith <willdavsmith@gmail.com>
  • Loading branch information
willdavsmith authored Jan 16, 2024
1 parent 45931b5 commit ee5009a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/eshop/environments/aws.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ resource environment 'Applications.Core/environments@2023-10-01-preview' = {
templatePath: 'ghcr.io/radius-project/recipes/aws/sqldatabases:latest'
parameters: {
eksClusterName: eksClusterName
backupRetentionPeriod: 0
}
}
}
Expand Down

0 comments on commit ee5009a

Please sign in to comment.