Closed sdebruyn closed 4 years ago
So the code that this is pointing to, has changed a bit since merging #118 But the new code has a similar nil check error, PR incoming
Hi @sdebruyn Thanks for opening this issue. This is a bug of v0.0.1. The initialization
is marked with Optional
but nil
is not checked. The initialization
configuration has been changed from Optional
to Required
. initialization Required
Community Note
Terraform (and Azure DevOps Provider) Version
Affected Resource(s)
azuredevops_git_repository
Terraform Configuration Files
Debug Output
Panic Output
https://gist.github.com/sdebruyn/8b927e4ff2e8494b7856bc15f65ecf5a
Expected Behavior
Repository should have been created.
Actual Behavior
Crash
Steps to Reproduce
terraform plan -out plan
terraform apply plan