You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform (and Azure DevOps Provider) Version
Affected Resource(s)
azuredevops_serviceendpoint_github
Terraform Configuration Files
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp
Debug Output
Panic Output
Expected Behavior
create github service connection with auth_oauth success
create github service connection with auth_personal can verify success from portal after terrafom apply .
Actual Behavior
create github service connection with auth_oauth failed
create github service connection with auth_personal can create success but failed when verify from portal
Steps to Reproduce
create github service connection with auth_oauth
prepare the .tf configure file
execute terraform apply --auto-approve=true
create github service connection with auth_personal
prepare the .tf configure file
execute terraform apply --auto-approve=true
verify the config from portal
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
Terraform (and Azure DevOps Provider) Version
Affected Resource(s)
azuredevops_serviceendpoint_github
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
auth_oauth
successauth_personal
can verify success from portal afterterrafom apply
.Actual Behavior
auth_oauth
failedauth_personal
can create success but failed when verify from portalSteps to Reproduce
auth_oauth
terraform apply --auto-approve=true
auth_personal
terraform apply --auto-approve=true
Important Factoids
References
The text was updated successfully, but these errors were encountered: