We're using Azure DevOps and have the requirement to rotate the personal access token used for Spacelift.
It would be great, if we could configure VCS Providers via Terraform.
Example for AzDO:
resource "spacelift_vcs_provider_configuration" "this" {
azure_devops {
url = "xxx"
pat = "xxx"
}
}
We're using Azure DevOps and have the requirement to rotate the
personal access tokenused for Spacelift.It would be great, if we could configure
VCS Providersvia Terraform.Example for AzDO: