From 1f27ca687c8c8b15fbd79036ada33ba43b32633c Mon Sep 17 00:00:00 2001 From: Edgar Mocharnyk Date: Wed, 13 Sep 2023 22:30:11 +0300 Subject: [PATCH] fixed repository id of Azure DevOps and Bitbucket --- migrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrator.py b/migrator.py index f294de8..9ab1f7c 100644 --- a/migrator.py +++ b/migrator.py @@ -224,7 +224,7 @@ def create_workspace(tf_workspace): "operations": attributes["operations"], "terraform-version": attributes["terraform-version"], "vcs-repo": { - "identifier": attributes["vcs-repo"]["identifier"], + "identifier": attributes["vcs-repo"]["display-identifier"], "branch": attributes["vcs-repo"]["branch"] if attributes["vcs-repo"]["branch"] else None, "dry-runs-enabled": attributes["speculative-enabled"], "trigger-prefixes": attributes["trigger-prefixes"]