Open lfmundim opened 4 years ago
Hi @lfmundim Replace parent_id
with parent_repository_id
, this is a document error. Since we have not release the new version. The documentation on the official Terraform website will not be updated,, you can get the latest document here.
After changing parent_id
to parent_repository_id
, terraform plan
runs well, but terraform apply
crashes
The repo is forked, but the build definition is not created
@lfmundim This is a know issue, if azuredevops_git_repository
lacks initialization
configuration, terraform will crash during the apply
phase.
Community Note
Terraform (and Azure DevOps Provider) Version
Affected Resource(s)
azuredevops_git_repository
Terraform Configuration Files
Debug Output
None was found
Expected Behavior
Repo && CI should've been created
Actual Behavior
Steps to Reproduce
terraform init
terraform plan
References