Closed ghost closed 2 weeks ago
@devsecops-titan can you re-init and try again? azuredevops is set to v0.2.1
in the TF script but output is v0.1.8
sorry. that was an old terraform provider
output. the output is 0.2.1. I've tried terraform init
followed by a terraform plan
several times and the error still occurs. i upgraded from azuredevops v0.8.1 and ran terraform init upgrade
followed by terraform plan
. Same error. Init runs fine, but plan and apply fail with that error.
@devsecops-titan I cannot reproduce this error, can you turn on the logging and provide the error log? ENV config:
export TF_LOG=TRACE
export TF_LOG_PATH=<LOG_PATH>
Affected Resource(s)
azuredevops_XXXXX
Terraform v1.1.8Terraform Configuration Files
providers.tf file
Error Output
Output of
terraform providers
Expected Behavior
terraform plan
should run successfully as it was previously running fine a few hours ago.Actual Behavior
It was okay a few hours ago. Then suddenly the resource cannot be found for some reason. No changes were made to the code
Steps to Reproduce
terraform apply