│ Error: The string must have at least one non-white-space character.
│ Parameter name: definition.Name
│
│ with azuredevops_build_definition.pipelines,
│ on main.tf line 33, in resource "azuredevops_build_definition" "pipelines":
│ 33: resource "azuredevops_build_definition" "pipelines" {
Expected Behavior
According to doco, the name is optional:
name - (Optional) The name of the build definition.
Actual Behavior
The configuration successfully passed terraform plan but errors on apply.
Community Note
Terraform (and Azure DevOps Provider) Version
Terraform v1.9.3 provider registry.terraform.io/microsoft/azuredevops v1.2.0
Affected Resource(s)
azuredevops_build_definition
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
According to doco, the name is optional:
name - (Optional) The name of the build definition.
Actual Behavior
The configuration successfully passed
terraform plan
but errors on apply.Steps to Reproduce
terraform apply
Important Factoids
References
0000