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"]