diff --git a/src/main/python/ddadevops/infrastructure/infrastructure.py b/src/main/python/ddadevops/infrastructure/infrastructure.py index 2731971..6e8e1df 100644 --- a/src/main/python/ddadevops/infrastructure/infrastructure.py +++ b/src/main/python/ddadevops/infrastructure/infrastructure.py @@ -226,6 +226,8 @@ class TerraformBackendGitApi: for key in credentials: env = env + f'{key}' + "=" + f'{credentials[key]}' + " " self.execution_api.execute(f'{env}' + " " + "terraform-backend-git &") + self.execution_api.execute('sleep 3') + def stop(self): self.execution_api.execute("terraform-backend-git stop")