eotk: remove out-of-band posthook run
This commit is contained in:
parent
7624252476
commit
d29f589eb4
1 changed files with 0 additions and 5 deletions
|
@ -103,8 +103,3 @@ class EotkAWSAutomation(TerraformAutomation):
|
||||||
if x["address"].endswith(".module.instance.aws_instance.default[0]"):
|
if x["address"].endswith(".module.instance.aws_instance.default[0]"):
|
||||||
update_eotk_instance(group_id, region, x['values']['id'])
|
update_eotk_instance(group_id, region, x['values']['id'])
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
|
|
||||||
|
|
||||||
with app.app_context():
|
|
||||||
auto = EotkAWSAutomation()
|
|
||||||
auto.tf_posthook()
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue