Skip to content

Commit

Permalink
fixed repository id of Azure DevOps and Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
emocharnik committed Sep 13, 2023
1 parent 92138a2 commit 1f27ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 1f27ca6

Please sign in to comment.