eotk: remove out-of-band posthook run

This commit is contained in:
Iain Learmonth 2022-05-14 12:09:38 +01:00
parent 7624252476
commit d29f589eb4

View file

@ -103,8 +103,3 @@ class EotkAWSAutomation(TerraformAutomation):
if x["address"].endswith(".module.instance.aws_instance.default[0]"):
update_eotk_instance(group_id, region, x['values']['id'])
db.session.commit()
with app.app_context():
auto = EotkAWSAutomation()
auto.tf_posthook()