File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
terraform/account-wide-infrastructure/dev Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ module "source" {
159159 },
160160 {
161161 " name" : " monthly"
162- " schedule" : " cron(30 0 ? * 4#1 )" # first Thursday each month from 00:30
162+ " schedule" : " cron(30 0 ? * 5#1 * )" # first Thursday each month from 00:30
163163 " copy_action" : [{
164164 " cold_storage_after" : 3 ,
165165 " delete_after" : 100 # ensures there will always be min 3
@@ -170,8 +170,8 @@ module "source" {
170170
171171 },
172172 {
173- " name" : " weekly" # overlaps with monthly
174- " schedule" : " cron(30 0 ? * 4 )" # every Thursday from 00:30 to precede releases
173+ " name" : " weekly" # overlaps with monthly
174+ " schedule" : " cron(30 0 ? * 5 * )" # every Thursday from 00:30 to precede releases
175175 " copy_action" : [{
176176 " cold_storage_after" : 14 # ensures 2 warm including one from previous release
177177 " delete_after" : 105
You can’t perform that action at this time.
0 commit comments