cloudfront: don't refresh every time, reduce load
This commit is contained in:
parent
621922872b
commit
50e66dce72
1 changed files with 1 additions and 1 deletions
|
@ -152,6 +152,6 @@ if __name__ == "__main__":
|
|||
auto.create_missing_proxies()
|
||||
auto.generate_terraform()
|
||||
auto.terraform_init()
|
||||
auto.terraform_apply()
|
||||
auto.terraform_apply(refresh=False)
|
||||
import_cloudfront_values()
|
||||
import_cloudwatch_alarms()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue