Apply fails with a missing "source" parameter, however that parameter isn't mentioned in any documentation that I can find
β Error: Value cannot be null.
β Parameter name: source
β
β with azuredevops_serviceendpoint_azurerm.ado["xyz"],
β on service_connections.tf line 9, in resource "azuredevops_serviceendpoint_azurerm" "ado":
β 9: resource "azuredevops_serviceendpoint_azurerm" "ado" {
Community Note
Terraform (and Azure DevOps Provider) Version
terraform version: 1.8.5 ADO provider: 1.1.1
Affected Resource(s)
azuredevops_serviceendpoint_azurerm
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Endpoint connection is created successfully
Actual Behavior
Apply fails with a missing "source" parameter, however that parameter isn't mentioned in any documentation that I can find
Steps to Reproduce
terraform apply
Important Factoids
References
0000