We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A TeamCity GUI user deletes a resource. Terraform should re-apply the resource.
When an item is deleted from TeamCity, and terraform apply is run, a 404 error is returned and TF closes with non-zero.
terraform apply
$ terraform apply teamcity_project.web_artifacts: Refreshing state... [id=WebArtifacts] teamcity_vcs_root_git.vcsroot["ccws"]: Refreshing state... [id=WebArtifacts_Api] Error: Error when retrieving VcsRoot id = 'WebArtifacts_Api', status: 404
terraform state rm teamcity_vcs_root_git.vcsroot["api"] terraform apply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior:
A TeamCity GUI user deletes a resource. Terraform should re-apply the resource.
Actual Behavior:
When an item is deleted from TeamCity, and
terraform apply
is run, a 404 error is returned and TF closes with non-zero.Workaround
The text was updated successfully, but these errors were encountered: