mirrors: deprecate orphaned proxies

fixes #5
This commit is contained in:
Iain Learmonth 2022-05-08 10:47:01 +01:00
parent bd73255824
commit 9b8ac493b1
3 changed files with 18 additions and 4 deletions

View file

@ -149,8 +149,7 @@ def import_cloudwatch_alarms():
if __name__ == "__main__":
with app.app_context():
auto = ProxyCloudfrontAutomation()
auto.destroy_expired_proxies()
auto.create_missing_proxies()
auto.pre_housekeeping()
auto.generate_terraform()
auto.terraform_init()
auto.terraform_apply(refresh=False)