azure_cdn: use subgroups
This commit is contained in:
parent
705cd306c4
commit
ed56ed5368
1 changed files with 5 additions and 5 deletions
|
@ -234,8 +234,8 @@ if __name__ == "__main__":
|
|||
auto = ProxyAzureCdnAutomation()
|
||||
auto.create_missing_proxies()
|
||||
auto.destroy_expired_proxies()
|
||||
# auto.generate_terraform()
|
||||
# auto.terraform_init()
|
||||
# auto.terraform_apply(refresh=False, parallelism=1) # Rate limits are problem
|
||||
# set_urls()
|
||||
# import_monitor_alerts()
|
||||
auto.generate_terraform()
|
||||
auto.terraform_init()
|
||||
auto.terraform_apply(refresh=False, parallelism=1) # Rate limits are problem
|
||||
set_urls()
|
||||
import_monitor_alerts()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue