diff --git a/app/terraform/eotk/aws.py b/app/terraform/eotk/aws.py index 4f79384..ca5cef3 100644 --- a/app/terraform/eotk/aws.py +++ b/app/terraform/eotk/aws.py @@ -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()